Translation components API.

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

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

{
    "total": 42,
    "total_words": 186,
    "total_chars": 1885,
    "last_change": "2023-03-13T16:41:21.322058Z",
    "recent_changes": 1,
    "translated": 3,
    "translated_words": 5,
    "translated_percent": 7.1,
    "translated_words_percent": 2.6,
    "translated_chars": 46,
    "translated_chars_percent": 2.4,
    "fuzzy": 5,
    "fuzzy_percent": 11.9,
    "fuzzy_words": 22,
    "fuzzy_words_percent": 11.8,
    "fuzzy_chars": 213,
    "fuzzy_chars_percent": 11.2,
    "failing": 1,
    "failing_percent": 2.3,
    "approved": 2,
    "approved_percent": 4.7,
    "approved_words": 3,
    "approved_words_percent": 1.6,
    "approved_chars": 25,
    "approved_chars_percent": 1.3,
    "readonly": 1,
    "readonly_percent": 2.3,
    "readonly_words": 2,
    "readonly_words_percent": 1.0,
    "readonly_chars": 21,
    "readonly_chars_percent": 1.1,
    "suggestions": 0,
    "comments": 0,
    "code": "sr_Latn",
    "name": "Serbian (latin)",
    "url": "https://translate.tails.boum.org/projects/tails/doc/sr_Latn/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/doc/sr_Latn/"
}