Translation components API.

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

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

{
    "total": 21,
    "total_words": 435,
    "total_chars": 2669,
    "last_change": "2024-02-28T16:09:19.498776Z",
    "recent_changes": 1,
    "translated": 16,
    "translated_words": 322,
    "translated_percent": 76.1,
    "translated_words_percent": 74.0,
    "translated_chars": 1998,
    "translated_chars_percent": 74.8,
    "fuzzy": 2,
    "fuzzy_percent": 9.5,
    "fuzzy_words": 59,
    "fuzzy_words_percent": 13.5,
    "fuzzy_chars": 333,
    "fuzzy_chars_percent": 12.4,
    "failing": 1,
    "failing_percent": 4.7,
    "approved": 3,
    "approved_percent": 14.2,
    "approved_words": 40,
    "approved_words_percent": 9.1,
    "approved_chars": 272,
    "approved_chars_percent": 10.1,
    "readonly": 1,
    "readonly_percent": 4.7,
    "readonly_words": 7,
    "readonly_words_percent": 1.6,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.8,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcnews2018-fundraiserpo/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcnews2018-fundraiserpo/it/"
}