Translation components API.

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

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

{
    "total": 124,
    "total_words": 1073,
    "total_chars": 9490,
    "last_change": "2024-06-05T04:02:52.173717Z",
    "recent_changes": 1,
    "translated": 17,
    "translated_words": 55,
    "translated_percent": 13.7,
    "translated_words_percent": 5.1,
    "translated_chars": 690,
    "translated_chars_percent": 7.2,
    "fuzzy": 31,
    "fuzzy_percent": 25.0,
    "fuzzy_words": 122,
    "fuzzy_words_percent": 11.3,
    "fuzzy_chars": 1474,
    "fuzzy_chars_percent": 15.5,
    "failing": 21,
    "failing_percent": 16.9,
    "approved": 16,
    "approved_percent": 12.9,
    "approved_words": 54,
    "approved_words_percent": 5.0,
    "approved_chars": 681,
    "approved_chars_percent": 7.1,
    "readonly": 1,
    "readonly_percent": 0.8,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocfirst_stepsdesktop-po/ar/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocfirst_stepsdesktop-po/ar/"
}