Translation components API.

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

GET /api/translations/tails/wikisrcdocfirst_stepsdesktop-po/pl/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-05-20T16:46:10.113120Z",
    "recent_changes": 18,
    "translated": 24,
    "translated_words": 77,
    "translated_percent": 20.0,
    "translated_words_percent": 7.3,
    "translated_chars": 939,
    "translated_chars_percent": 10.1,
    "fuzzy": 22,
    "fuzzy_percent": 18.3,
    "fuzzy_words": 82,
    "fuzzy_words_percent": 7.8,
    "fuzzy_chars": 1019,
    "fuzzy_chars_percent": 11.0,
    "failing": 35,
    "failing_percent": 29.1,
    "approved": 20,
    "approved_percent": 16.6,
    "approved_words": 70,
    "approved_words_percent": 6.6,
    "approved_chars": 875,
    "approved_chars_percent": 9.4,
    "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": "pl",
    "name": "Polish",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocfirst_stepsdesktop-po/pl/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocfirst_stepsdesktop-po/pl/"
}