Translation components API.

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

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

{
    "total": 65708,
    "total_words": 612458,
    "last_change": "2025-08-09T10:37:58.977607Z",
    "recent_changes": 9,
    "translated": 65708,
    "translated_words": 612458,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 3329950,
    "translated_chars_percent": 100.0,
    "total_chars": 3329950,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 371,
    "failing_percent": 0.5,
    "code": "ko",
    "name": "Korean",
    "url": "http://waldo.team/projects/dai/dialogue/ko/",
    "translate_url": "http://waldo.team/translate/dai/dialogue/ko/"
}