Translation components API.

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

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

{
    "total": 34,
    "total_words": 678,
    "total_chars": 4609,
    "last_change": "2024-02-27T15:33:50.436166Z",
    "recent_changes": 4,
    "translated": 27,
    "translated_words": 466,
    "translated_percent": 79.4,
    "translated_words_percent": 68.7,
    "translated_chars": 3175,
    "translated_chars_percent": 68.8,
    "fuzzy": 4,
    "fuzzy_percent": 11.7,
    "fuzzy_words": 102,
    "fuzzy_words_percent": 15.0,
    "fuzzy_chars": 678,
    "fuzzy_chars_percent": 14.7,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 7,
    "approved_percent": 20.5,
    "approved_words": 54,
    "approved_words_percent": 7.9,
    "approved_chars": 448,
    "approved_chars_percent": 9.7,
    "readonly": 1,
    "readonly_percent": 2.9,
    "readonly_words": 7,
    "readonly_words_percent": 1.0,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/spoof-mac/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/spoof-mac/de/"
}