Translation components API.

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

GET /api/translations/tails/wikisrcdocfirst_stepsdesktop-po/id/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:06:07.360265Z",
    "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": 22,
    "fuzzy_percent": 17.7,
    "fuzzy_words": 88,
    "fuzzy_words_percent": 8.2,
    "fuzzy_chars": 1057,
    "fuzzy_chars_percent": 11.1,
    "failing": 12,
    "failing_percent": 9.6,
    "approved": 15,
    "approved_percent": 12.0,
    "approved_words": 52,
    "approved_words_percent": 4.8,
    "approved_chars": 662,
    "approved_chars_percent": 6.9,
    "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": "id",
    "name": "Indonesian",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocfirst_stepsdesktop-po/id/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocfirst_stepsdesktop-po/id/"
}