Translation components API.

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

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

{
    "total": 161,
    "total_words": 2902,
    "total_chars": 20401,
    "last_change": "2024-05-02T22:21:33.658398Z",
    "recent_changes": 1,
    "translated": 79,
    "translated_words": 1675,
    "translated_percent": 49.0,
    "translated_words_percent": 57.7,
    "translated_chars": 11657,
    "translated_chars_percent": 57.1,
    "fuzzy": 48,
    "fuzzy_percent": 29.8,
    "fuzzy_words": 638,
    "fuzzy_words_percent": 21.9,
    "fuzzy_chars": 4624,
    "fuzzy_chars_percent": 22.6,
    "failing": 18,
    "failing_percent": 11.1,
    "approved": 10,
    "approved_percent": 6.2,
    "approved_words": 112,
    "approved_words_percent": 3.8,
    "approved_chars": 1112,
    "approved_chars_percent": 5.4,
    "readonly": 1,
    "readonly_percent": 0.6,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/faq/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/faq/it/"
}