Translation components API.

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

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

{
    "total": 1543,
    "total_words": 11689,
    "total_chars": 69451,
    "last_change": "2024-05-03T13:55:47.949084Z",
    "recent_changes": 6,
    "translated": 179,
    "translated_words": 1579,
    "translated_percent": 11.6,
    "translated_words_percent": 13.5,
    "translated_chars": 9188,
    "translated_chars_percent": 13.2,
    "fuzzy": 19,
    "fuzzy_percent": 1.2,
    "failing": 4,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sl",
    "name": "Slovenian",
    "url": "http://translate.pretalx.com/projects/pretalx/pretalx/sl/",
    "translate_url": "http://translate.pretalx.com/translate/pretalx/pretalx/sl/"
}