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": 72,
    "total_words": 873,
    "total_chars": 7684,
    "last_change": "2024-05-29T18:43:27.145661Z",
    "recent_changes": 1,
    "translated": 18,
    "translated_words": 250,
    "translated_percent": 25.0,
    "translated_words_percent": 28.6,
    "translated_chars": 3159,
    "translated_chars_percent": 41.1,
    "fuzzy": 1,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 57,
    "fuzzy_words_percent": 6.5,
    "fuzzy_chars": 568,
    "fuzzy_chars_percent": 7.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 11,
    "approved_percent": 15.2,
    "approved_words": 237,
    "approved_words_percent": 27.1,
    "approved_chars": 3028,
    "approved_chars_percent": 39.4,
    "readonly": 6,
    "readonly_percent": 8.3,
    "readonly_words": 11,
    "readonly_words_percent": 1.2,
    "readonly_chars": 110,
    "readonly_chars_percent": 1.4,
    "suggestions": 13,
    "comments": 0,
    "code": "zh",
    "name": "Chinese",
    "url": "https://translate.tails.net/projects/tails/openpgp_keys/zh/",
    "translate_url": "https://translate.tails.net/translate/tails/openpgp_keys/zh/"
}