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": 66,
    "total_words": 756,
    "total_chars": 7765,
    "last_change": "2024-05-17T14:09:26.823799Z",
    "recent_changes": 1,
    "translated": 24,
    "translated_words": 100,
    "translated_percent": 36.3,
    "translated_words_percent": 13.2,
    "translated_chars": 1872,
    "translated_chars_percent": 24.1,
    "fuzzy": 10,
    "fuzzy_percent": 15.1,
    "fuzzy_words": 70,
    "fuzzy_words_percent": 9.2,
    "fuzzy_chars": 758,
    "fuzzy_chars_percent": 9.7,
    "failing": 2,
    "failing_percent": 3.0,
    "approved": 9,
    "approved_percent": 13.6,
    "approved_words": 33,
    "approved_words_percent": 4.3,
    "approved_chars": 546,
    "approved_chars_percent": 7.0,
    "readonly": 2,
    "readonly_percent": 3.0,
    "readonly_words": 5,
    "readonly_words_percent": 0.6,
    "readonly_chars": 47,
    "readonly_chars_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.tails.boum.org/projects/tails/restart_first_timeinline/pl/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/restart_first_timeinline/pl/"
}