Translation components API.

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

GET /api/translations/tails/wikisrcdocresetlinux-po/it/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-05-04T20:06:45.802080Z",
    "recent_changes": 1,
    "translated": 16,
    "translated_words": 183,
    "translated_percent": 47.0,
    "translated_words_percent": 47.6,
    "translated_chars": 1098,
    "translated_chars_percent": 42.9,
    "fuzzy": 8,
    "fuzzy_percent": 23.5,
    "fuzzy_words": 111,
    "fuzzy_words_percent": 28.9,
    "fuzzy_chars": 730,
    "fuzzy_chars_percent": 28.5,
    "failing": 5,
    "failing_percent": 14.7,
    "approved": 8,
    "approved_percent": 23.5,
    "approved_words": 61,
    "approved_words_percent": 15.8,
    "approved_chars": 365,
    "approved_chars_percent": 14.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 18,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocresetlinux-po/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocresetlinux-po/it/"
}