Translation components API.

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

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

{
    "total": 97,
    "total_words": 431,
    "total_chars": 2627,
    "last_change": "2025-07-06T21:08:33.933138Z",
    "recent_changes": 12,
    "translated": 61,
    "translated_words": 170,
    "translated_percent": 62.8,
    "translated_words_percent": 39.4,
    "translated_chars": 1038,
    "translated_chars_percent": 39.5,
    "fuzzy": 13,
    "fuzzy_percent": 13.4,
    "fuzzy_words": 144,
    "fuzzy_words_percent": 33.4,
    "fuzzy_chars": 856,
    "fuzzy_chars_percent": 32.5,
    "failing": 14,
    "failing_percent": 14.4,
    "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": "ko",
    "name": "Korean",
    "url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dorako-ui/main/ko/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-dorako-ui/main/ko/"
}