Translation components API.

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

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

{
    "total": 128,
    "total_words": 1435,
    "total_chars": 11372,
    "last_change": "2026-08-14T15:50:33.543291Z",
    "recent_changes": 0,
    "translated": 57,
    "translated_words": 548,
    "translated_percent": 44.5,
    "translated_words_percent": 38.1,
    "translated_chars": 4593,
    "translated_chars_percent": 40.3,
    "fuzzy": 15,
    "fuzzy_percent": 11.7,
    "fuzzy_words": 187,
    "fuzzy_words_percent": 13.0,
    "fuzzy_chars": 1550,
    "fuzzy_chars_percent": 13.6,
    "failing": 5,
    "failing_percent": 3.9,
    "approved": 44,
    "approved_percent": 34.3,
    "approved_words": 366,
    "approved_words_percent": 25.5,
    "approved_chars": 3365,
    "approved_chars_percent": 29.5,
    "readonly": 1,
    "readonly_percent": 0.7,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 62,
    "readonly_chars_percent": 0.5,
    "suggestions": 1,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocpersistent_storageadditional_software-po/de/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocpersistent_storageadditional_software-po/de/"
}