Translation components API.

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

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

{
    "total": 524,
    "total_words": 2203,
    "total_chars": 12962,
    "last_change": "2024-05-14T18:25:40.772527Z",
    "recent_changes": 1,
    "translated": 102,
    "translated_words": 402,
    "translated_percent": 19.4,
    "translated_words_percent": 18.2,
    "translated_chars": 2560,
    "translated_chars_percent": 19.7,
    "fuzzy": 147,
    "fuzzy_percent": 28.0,
    "fuzzy_words": 691,
    "fuzzy_words_percent": 31.3,
    "fuzzy_chars": 4290,
    "fuzzy_chars_percent": 33.0,
    "failing": 69,
    "failing_percent": 13.1,
    "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": 13,
    "comments": 0,
    "code": "th",
    "name": "Thai",
    "url": "https://l10n.elementary.io/projects/files/files/th/",
    "translate_url": "https://l10n.elementary.io/translate/files/files/th/"
}