Translation components API.

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

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

{
    "total": 34,
    "total_words": 384,
    "total_chars": 2559,
    "last_change": "2024-04-26T20:34:16.012103Z",
    "recent_changes": 1,
    "translated": 14,
    "translated_words": 171,
    "translated_percent": 41.1,
    "translated_words_percent": 44.5,
    "translated_chars": 1026,
    "translated_chars_percent": 40.0,
    "fuzzy": 9,
    "fuzzy_percent": 26.4,
    "fuzzy_words": 121,
    "fuzzy_words_percent": 31.5,
    "fuzzy_chars": 785,
    "fuzzy_chars_percent": 30.6,
    "failing": 5,
    "failing_percent": 14.7,
    "approved": 9,
    "approved_percent": 26.4,
    "approved_words": 73,
    "approved_words_percent": 19.0,
    "approved_chars": 467,
    "approved_chars_percent": 18.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocresetlinux-po/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocresetlinux-po/de/"
}