Translation components API.

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

GET /api/translations/tails/restart_first_timeinline/it/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-05T18:05:52.577132Z",
    "recent_changes": 2,
    "translated": 61,
    "translated_words": 634,
    "translated_percent": 92.4,
    "translated_words_percent": 83.8,
    "translated_chars": 6221,
    "translated_chars_percent": 80.1,
    "fuzzy": 5,
    "fuzzy_percent": 7.5,
    "fuzzy_words": 122,
    "fuzzy_words_percent": 16.1,
    "fuzzy_chars": 1544,
    "fuzzy_chars_percent": 19.8,
    "failing": 3,
    "failing_percent": 4.5,
    "approved": 23,
    "approved_percent": 34.8,
    "approved_words": 120,
    "approved_words_percent": 15.8,
    "approved_chars": 1490,
    "approved_chars_percent": 19.1,
    "readonly": 2,
    "readonly_percent": 3.0,
    "readonly_words": 5,
    "readonly_words_percent": 0.6,
    "readonly_chars": 47,
    "readonly_chars_percent": 0.6,
    "suggestions": 5,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/restart_first_timeinline/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/restart_first_timeinline/it/"
}