Translation components API.

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

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

{
    "total": 19,
    "total_words": 281,
    "total_chars": 2255,
    "last_change": "2024-02-27T15:32:49.817037Z",
    "recent_changes": 1,
    "translated": 8,
    "translated_words": 92,
    "translated_percent": 42.1,
    "translated_words_percent": 32.7,
    "translated_chars": 677,
    "translated_chars_percent": 30.0,
    "fuzzy": 8,
    "fuzzy_percent": 42.1,
    "fuzzy_words": 162,
    "fuzzy_words_percent": 57.6,
    "fuzzy_chars": 1315,
    "fuzzy_chars_percent": 58.3,
    "failing": 2,
    "failing_percent": 10.5,
    "approved": 4,
    "approved_percent": 21.0,
    "approved_words": 38,
    "approved_words_percent": 13.5,
    "approved_chars": 241,
    "approved_chars_percent": 10.6,
    "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/wikisrcdocpersistent_storagecheck-po/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocpersistent_storagecheck-po/de/"
}