Translation components API.

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

GET /api/translations/tails/wikisrcdocfirst_stepsdesktop-po/fr/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": "2025-04-29T17:08:58.115861Z",
    "recent_changes": 5,
    "translated": 123,
    "translated_words": 1068,
    "translated_percent": 99.1,
    "translated_words_percent": 99.5,
    "translated_chars": 9419,
    "translated_chars_percent": 99.2,
    "fuzzy": 1,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 71,
    "fuzzy_chars_percent": 0.7,
    "failing": 1,
    "failing_percent": 0.8,
    "approved": 122,
    "approved_percent": 98.3,
    "approved_words": 1067,
    "approved_words_percent": 99.4,
    "approved_chars": 9410,
    "approved_chars_percent": 99.1,
    "readonly": 1,
    "readonly_percent": 0.8,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocfirst_stepsdesktop-po/fr/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocfirst_stepsdesktop-po/fr/"
}