Translation components API.

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

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

{
    "total": 741,
    "total_words": 5821,
    "total_chars": 34629,
    "last_change": "2025-07-16T15:20:14.282667Z",
    "recent_changes": 1,
    "translated": 724,
    "translated_words": 5706,
    "translated_percent": 97.7,
    "translated_words_percent": 98.0,
    "translated_chars": 33982,
    "translated_chars_percent": 98.1,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 11,
    "fuzzy_chars_percent": 0.1,
    "failing": 27,
    "failing_percent": 3.6,
    "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/item-piles/main/ko/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/item-piles/main/ko/"
}