Translation components API.

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

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

{
    "total": 1450,
    "total_words": 5009,
    "total_chars": 31321,
    "last_change": "2024-06-24T15:56:00.773728Z",
    "recent_changes": 0,
    "translated": 1448,
    "translated_words": 4953,
    "translated_percent": 99.8,
    "translated_words_percent": 98.8,
    "translated_chars": 30992,
    "translated_chars_percent": 98.9,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 56,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 329,
    "fuzzy_chars_percent": 1.0,
    "failing": 7,
    "failing_percent": 0.4,
    "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": "cs",
    "name": "Czech",
    "url": "https://hosted.weblate.org/projects/tiled/translations/cs/",
    "translate_url": "https://hosted.weblate.org/translate/tiled/translations/cs/"
}