Translation components API.

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

GET /api/translations/tails/wikisrcdocresetlinux-po/es/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:33:02.128953Z",
    "recent_changes": 1,
    "translated": 15,
    "translated_words": 181,
    "translated_percent": 44.1,
    "translated_words_percent": 47.1,
    "translated_chars": 1071,
    "translated_chars_percent": 41.8,
    "fuzzy": 9,
    "fuzzy_percent": 26.4,
    "fuzzy_words": 113,
    "fuzzy_words_percent": 29.4,
    "fuzzy_chars": 757,
    "fuzzy_chars_percent": 29.5,
    "failing": 6,
    "failing_percent": 17.6,
    "approved": 15,
    "approved_percent": 44.1,
    "approved_words": 181,
    "approved_words_percent": 47.1,
    "approved_chars": 1071,
    "approved_chars_percent": 41.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocresetlinux-po/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocresetlinux-po/es/"
}