Translation components API.

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

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

{
    "total": 57,
    "total_words": 626,
    "total_chars": 5275,
    "last_change": "2025-11-02T18:19:41.135516Z",
    "recent_changes": 1,
    "translated": 36,
    "translated_words": 378,
    "translated_percent": 63.1,
    "translated_words_percent": 60.3,
    "translated_chars": 3400,
    "translated_chars_percent": 64.4,
    "fuzzy": 13,
    "fuzzy_percent": 22.8,
    "fuzzy_words": 109,
    "fuzzy_words_percent": 17.4,
    "fuzzy_chars": 977,
    "fuzzy_chars_percent": 18.5,
    "failing": 12,
    "failing_percent": 21.0,
    "approved": 9,
    "approved_percent": 15.7,
    "approved_words": 156,
    "approved_words_percent": 24.9,
    "approved_chars": 1992,
    "approved_chars_percent": 37.7,
    "readonly": 5,
    "readonly_percent": 8.7,
    "readonly_words": 9,
    "readonly_words_percent": 1.4,
    "readonly_chars": 91,
    "readonly_chars_percent": 1.7,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/openpgp_keys/de/",
    "translate_url": "https://translate.tails.net/translate/tails/openpgp_keys/de/"
}