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": 1078,
    "total_chars": 9490,
    "last_change": "2024-04-27T07:21:38.053938Z",
    "recent_changes": 35,
    "translated": 87,
    "translated_words": 683,
    "translated_percent": 70.1,
    "translated_words_percent": 63.3,
    "translated_chars": 6032,
    "translated_chars_percent": 63.5,
    "fuzzy": 11,
    "fuzzy_percent": 8.8,
    "fuzzy_words": 117,
    "fuzzy_words_percent": 10.8,
    "fuzzy_chars": 1099,
    "fuzzy_chars_percent": 11.5,
    "failing": 9,
    "failing_percent": 7.2,
    "approved": 79,
    "approved_percent": 63.7,
    "approved_words": 610,
    "approved_words_percent": 56.5,
    "approved_chars": 5332,
    "approved_chars_percent": 56.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": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocfirst_stepsdesktop-po/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocfirst_stepsdesktop-po/fr/"
}