Translation components API.

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

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

{
    "total": 16,
    "total_words": 227,
    "total_chars": 1658,
    "last_change": "2025-02-04T18:18:26.019835Z",
    "recent_changes": 1,
    "translated": 15,
    "translated_words": 213,
    "translated_percent": 93.7,
    "translated_words_percent": 93.8,
    "translated_chars": 1586,
    "translated_chars_percent": 95.6,
    "fuzzy": 1,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 14,
    "fuzzy_words_percent": 6.1,
    "fuzzy_chars": 72,
    "fuzzy_chars_percent": 4.3,
    "failing": 1,
    "failing_percent": 6.2,
    "approved": 14,
    "approved_percent": 87.5,
    "approved_words": 206,
    "approved_words_percent": 90.7,
    "approved_chars": 1537,
    "approved_chars_percent": 92.7,
    "readonly": 1,
    "readonly_percent": 6.2,
    "readonly_words": 7,
    "readonly_words_percent": 3.0,
    "readonly_chars": 49,
    "readonly_chars_percent": 2.9,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/tails_hackfest_2014/de/",
    "translate_url": "https://translate.tails.net/translate/tails/tails_hackfest_2014/de/"
}