Translation components API.

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

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

{
    "total": 1543,
    "total_words": 11660,
    "total_chars": 69451,
    "last_change": "2024-05-03T13:55:42.535019Z",
    "recent_changes": 13,
    "translated": 1418,
    "translated_words": 10778,
    "translated_percent": 91.8,
    "translated_words_percent": 92.4,
    "translated_chars": 63974,
    "translated_chars_percent": 92.1,
    "fuzzy": 73,
    "fuzzy_percent": 4.7,
    "failing": 20,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "http://translate.pretalx.com/projects/pretalx/pretalx/pt_BR/",
    "translate_url": "http://translate.pretalx.com/translate/pretalx/pretalx/pt_BR/"
}