Translation components API.

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

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

{
    "total": 1425,
    "total_words": 4790,
    "total_chars": 30044,
    "last_change": "2023-02-27T16:06:14.881877Z",
    "recent_changes": 0,
    "translated": 1256,
    "translated_words": 4051,
    "translated_percent": 88.1,
    "translated_words_percent": 84.5,
    "translated_chars": 25441,
    "translated_chars_percent": 84.6,
    "fuzzy": 21,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 39,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 361,
    "fuzzy_chars_percent": 1.2,
    "failing": 12,
    "failing_percent": 0.8,
    "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://hosted.weblate.org/projects/tiled/translations/ko/",
    "translate_url": "https://hosted.weblate.org/translate/tiled/translations/ko/"
}