Translation components API.

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

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

{
    "total": 171,
    "total_words": 1123,
    "total_chars": 6810,
    "last_change": "2025-06-22T23:37:05.645536Z",
    "recent_changes": 3,
    "translated": 138,
    "translated_words": 908,
    "translated_percent": 80.7,
    "translated_words_percent": 80.8,
    "translated_chars": 5535,
    "translated_chars_percent": 81.2,
    "fuzzy": 4,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 50,
    "fuzzy_words_percent": 4.4,
    "fuzzy_chars": 306,
    "fuzzy_chars_percent": 4.4,
    "failing": 6,
    "failing_percent": 3.5,
    "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": 5,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://weblate.foundryvtt-hub.com/projects/healthEstimate/main/es/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/healthEstimate/main/es/"
}