Translation components API.

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

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

{
    "total": 90,
    "total_words": 1247,
    "total_chars": 10837,
    "last_change": "2022-12-19T18:07:55.380328Z",
    "recent_changes": 1,
    "translated": 15,
    "translated_words": 210,
    "translated_percent": 16.6,
    "translated_words_percent": 16.8,
    "translated_chars": 2217,
    "translated_chars_percent": 20.4,
    "fuzzy": 10,
    "fuzzy_percent": 11.1,
    "fuzzy_words": 341,
    "fuzzy_words_percent": 27.3,
    "fuzzy_chars": 3657,
    "fuzzy_chars_percent": 33.7,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 4,
    "approved_percent": 4.4,
    "approved_words": 140,
    "approved_words_percent": 11.2,
    "approved_chars": 1506,
    "approved_chars_percent": 13.8,
    "readonly": 9,
    "readonly_percent": 10.0,
    "readonly_words": 66,
    "readonly_words_percent": 5.2,
    "readonly_chars": 666,
    "readonly_chars_percent": 6.1,
    "suggestions": 23,
    "comments": 0,
    "code": "zh",
    "name": "Chinese",
    "url": "https://translate.tails.boum.org/projects/tails/openpgp_keys/zh/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/openpgp_keys/zh/"
}