Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/exaile/master/eo/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1121,
    "total_words": 4598,
    "total_chars": 29370,
    "last_change": "2023-07-10T20:08:25.389217Z",
    "recent_changes": 0,
    "translated": 210,
    "translated_words": 604,
    "translated_percent": 18.7,
    "translated_words_percent": 13.1,
    "translated_chars": 3610,
    "translated_chars_percent": 12.2,
    "fuzzy": 98,
    "fuzzy_percent": 8.7,
    "fuzzy_words": 255,
    "fuzzy_words_percent": 5.5,
    "fuzzy_chars": 1645,
    "fuzzy_chars_percent": 5.6,
    "failing": 16,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 50,
    "comments": 0,
    "code": "eo",
    "name": "Esperanto",
    "url": "https://hosted.weblate.org/projects/exaile/master/eo/",
    "translate_url": "https://hosted.weblate.org/translate/exaile/master/eo/"
}