Translation components API.

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

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

{
    "total": 717,
    "total_words": 1573,
    "total_chars": 9444,
    "last_change": "2025-01-15T03:11:30.934105Z",
    "recent_changes": 0,
    "translated": 425,
    "translated_words": 1092,
    "translated_percent": 59.2,
    "translated_words_percent": 69.4,
    "translated_chars": 6587,
    "translated_chars_percent": 69.7,
    "fuzzy": 3,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 26,
    "fuzzy_chars_percent": 0.2,
    "failing": 22,
    "failing_percent": 3.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": 1,
    "comments": 0,
    "code": "pt-BR",
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/main/pt-BR/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/autoanimations/main/pt-BR/"
}