Translation components API.

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

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

{
    "total": 1541,
    "total_words": 11646,
    "total_chars": 69432,
    "last_change": "2024-05-03T13:55:26.271479Z",
    "recent_changes": 13,
    "translated": 1431,
    "translated_words": 10907,
    "translated_percent": 92.8,
    "translated_words_percent": 93.6,
    "translated_chars": 64851,
    "translated_chars_percent": 93.4,
    "fuzzy": 81,
    "fuzzy_percent": 5.2,
    "failing": 21,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "http://translate.pretalx.com/projects/pretalx/pretalx/el/",
    "translate_url": "http://translate.pretalx.com/translate/pretalx/pretalx/el/"
}