Translation components API.

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

GET /api/translations/the-forge/client/pt-BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2714,
    "total_words": 16569,
    "total_chars": 100416,
    "last_change": "2025-07-23T14:16:40.467846Z",
    "recent_changes": 0,
    "translated": 1378,
    "translated_words": 8956,
    "translated_percent": 50.7,
    "translated_words_percent": 54.0,
    "translated_chars": 54124,
    "translated_chars_percent": 53.8,
    "fuzzy": 1336,
    "fuzzy_percent": 49.2,
    "fuzzy_words": 7613,
    "fuzzy_words_percent": 45.9,
    "fuzzy_chars": 46292,
    "fuzzy_chars_percent": 46.1,
    "failing": 950,
    "failing_percent": 35.0,
    "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": 3,
    "comments": 0,
    "code": "pt-BR",
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.foundryvtt-hub.com/projects/the-forge/client/pt-BR/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/the-forge/client/pt-BR/"
}