Translation components API.

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

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

{
    "total": 120,
    "total_words": 1051,
    "total_chars": 9228,
    "last_change": "2024-04-27T07:52:36.153900Z",
    "recent_changes": 29,
    "translated": 74,
    "translated_words": 522,
    "translated_percent": 61.6,
    "translated_words_percent": 49.6,
    "translated_chars": 4779,
    "translated_chars_percent": 51.7,
    "fuzzy": 12,
    "fuzzy_percent": 10.0,
    "fuzzy_words": 153,
    "fuzzy_words_percent": 14.5,
    "fuzzy_chars": 1295,
    "fuzzy_chars_percent": 14.0,
    "failing": 7,
    "failing_percent": 5.8,
    "approved": 54,
    "approved_percent": 45.0,
    "approved_words": 366,
    "approved_words_percent": 34.8,
    "approved_chars": 3355,
    "approved_chars_percent": 36.3,
    "readonly": 1,
    "readonly_percent": 0.8,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9,
    "readonly_chars_percent": 0.1,
    "suggestions": 3,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocfirst_stepsdesktop-po/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocfirst_stepsdesktop-po/es/"
}