Translation components API.

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

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

{
    "total": 2354,
    "total_words": 9391,
    "last_change": "2025-07-26T00:13:09.354379Z",
    "recent_changes": 30,
    "translated": 2354,
    "translated_words": 9391,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 62730,
    "translated_chars_percent": 100.0,
    "total_chars": 62730,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "ko",
    "name": "Korean",
    "url": "http://waldo.team/projects/pathfinder-wotr/blueprintunit/ko/",
    "translate_url": "http://waldo.team/translate/pathfinder-wotr/blueprintunit/ko/"
}