Translation components API.

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

GET /api/translations/autoanimations/main/es/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:27.879775Z",
    "recent_changes": 0,
    "translated": 632,
    "translated_words": 1327,
    "translated_percent": 88.1,
    "translated_words_percent": 84.3,
    "translated_chars": 7962,
    "translated_chars_percent": 84.3,
    "fuzzy": 4,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 17,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 101,
    "fuzzy_chars_percent": 1.0,
    "failing": 21,
    "failing_percent": 2.9,
    "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": 2,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://weblate.foundryvtt-hub.com/projects/autoanimations/main/es/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/autoanimations/main/es/"
}