Translation components API.

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

GET /api/translations/tails/restart_first_timeinline/pl/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:58:08.880350Z",
    "recent_changes": 1,
    "translated": 26,
    "translated_words": 106,
    "translated_percent": 36.1,
    "translated_words_percent": 12.6,
    "translated_chars": 1959,
    "translated_chars_percent": 23.4,
    "fuzzy": 9,
    "fuzzy_percent": 12.5,
    "fuzzy_words": 65,
    "fuzzy_words_percent": 7.7,
    "fuzzy_chars": 650,
    "fuzzy_chars_percent": 7.7,
    "failing": 3,
    "failing_percent": 4.1,
    "approved": 10,
    "approved_percent": 13.8,
    "approved_words": 38,
    "approved_words_percent": 4.5,
    "approved_chars": 623,
    "approved_chars_percent": 7.4,
    "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": "pl",
    "name": "Polish",
    "url": "https://translate.tails.net/projects/tails/restart_first_timeinline/pl/",
    "translate_url": "https://translate.tails.net/translate/tails/restart_first_timeinline/pl/"
}