Translation components API.

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

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

{
    "total": 41,
    "total_words": 176,
    "total_chars": 1813,
    "last_change": "2024-04-23T19:22:01.168204Z",
    "recent_changes": 1,
    "translated": 31,
    "translated_words": 116,
    "translated_percent": 75.6,
    "translated_words_percent": 65.9,
    "translated_chars": 1239,
    "translated_chars_percent": 68.3,
    "fuzzy": 1,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 45,
    "fuzzy_chars_percent": 2.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 30,
    "approved_percent": 73.1,
    "approved_words": 114,
    "approved_words_percent": 64.7,
    "approved_chars": 1218,
    "approved_chars_percent": 67.1,
    "readonly": 1,
    "readonly_percent": 2.4,
    "readonly_words": 2,
    "readonly_words_percent": 1.1,
    "readonly_chars": 21,
    "readonly_chars_percent": 1.1,
    "suggestions": 9,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/doc/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/doc/es/"
}