Translation components API.

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

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

{
    "total": 72,
    "total_words": 841,
    "total_chars": 8370,
    "last_change": "2024-06-05T04:57:14.594744Z",
    "recent_changes": 1,
    "translated": 14,
    "translated_words": 46,
    "translated_percent": 19.4,
    "translated_words_percent": 5.4,
    "translated_chars": 705,
    "translated_chars_percent": 8.4,
    "fuzzy": 21,
    "fuzzy_percent": 29.1,
    "fuzzy_words": 125,
    "fuzzy_words_percent": 14.8,
    "fuzzy_chars": 1904,
    "fuzzy_chars_percent": 22.7,
    "failing": 15,
    "failing_percent": 20.8,
    "approved": 8,
    "approved_percent": 11.1,
    "approved_words": 31,
    "approved_words_percent": 3.6,
    "approved_chars": 498,
    "approved_chars_percent": 5.9,
    "readonly": 2,
    "readonly_percent": 2.7,
    "readonly_words": 5,
    "readonly_words_percent": 0.5,
    "readonly_chars": 47,
    "readonly_chars_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://translate.tails.net/projects/tails/restart_first_timeinline/tr/",
    "translate_url": "https://translate.tails.net/translate/tails/restart_first_timeinline/tr/"
}