Translation components API.

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

GET /api/translations/xdy-pf2e-workbench/main/pt-BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 507,
    "total_words": 3971,
    "total_chars": 24905,
    "last_change": "2025-05-06T19:36:47.005334Z",
    "recent_changes": 2,
    "translated": 339,
    "translated_words": 2423,
    "translated_percent": 66.8,
    "translated_words_percent": 61.0,
    "translated_chars": 15225,
    "translated_chars_percent": 61.1,
    "fuzzy": 14,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 250,
    "fuzzy_words_percent": 6.2,
    "fuzzy_chars": 1606,
    "fuzzy_chars_percent": 6.4,
    "failing": 40,
    "failing_percent": 7.8,
    "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": 0,
    "comments": 0,
    "code": "pt-BR",
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/main/pt-BR/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/xdy-pf2e-workbench/main/pt-BR/"
}