Translation components API.

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

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

{
    "total": 124,
    "total_words": 1073,
    "total_chars": 9490,
    "last_change": "2025-01-15T01:18:43.396508Z",
    "recent_changes": 1,
    "translated": 119,
    "translated_words": 1029,
    "translated_percent": 95.9,
    "translated_words_percent": 95.8,
    "translated_chars": 9005,
    "translated_chars_percent": 94.8,
    "fuzzy": 2,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 8,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 114,
    "fuzzy_chars_percent": 1.2,
    "failing": 2,
    "failing_percent": 1.6,
    "approved": 107,
    "approved_percent": 86.2,
    "approved_words": 875,
    "approved_words_percent": 81.5,
    "approved_chars": 7855,
    "approved_chars_percent": 82.7,
    "readonly": 1,
    "readonly_percent": 0.8,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocfirst_stepsdesktop-po/de/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocfirst_stepsdesktop-po/de/"
}