Translation components API.

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

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

{
    "total": 2094,
    "total_words": 5517,
    "total_chars": 35606,
    "last_change": "2024-06-17T15:31:25.456836Z",
    "recent_changes": 0,
    "translated": 1102,
    "translated_words": 2585,
    "translated_percent": 52.6,
    "translated_words_percent": 46.8,
    "translated_chars": 16542,
    "translated_chars_percent": 46.4,
    "fuzzy": 9,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 84,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 489,
    "fuzzy_chars_percent": 1.3,
    "failing": 0,
    "failing_percent": 0.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": 31,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.foundryvtt-hub.com/projects/pf1/main/pt_BR/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf1/main/pt_BR/"
}