Translation components API.

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

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

{
    "total": 52,
    "total_words": 508,
    "total_chars": 3394,
    "last_change": "2024-05-06T09:37:58.834765Z",
    "recent_changes": 2,
    "translated": 40,
    "translated_words": 395,
    "translated_percent": 76.9,
    "translated_words_percent": 77.7,
    "translated_chars": 2662,
    "translated_chars_percent": 78.4,
    "fuzzy": 10,
    "fuzzy_percent": 19.2,
    "fuzzy_words": 98,
    "fuzzy_words_percent": 19.2,
    "fuzzy_chars": 606,
    "fuzzy_chars_percent": 17.8,
    "failing": 4,
    "failing_percent": 7.6,
    "approved": 33,
    "approved_percent": 63.4,
    "approved_words": 328,
    "approved_words_percent": 64.5,
    "approved_chars": 2288,
    "approved_chars_percent": 67.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/requirements/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/requirements/de/"
}