Translation components API.

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

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

{
    "total": 17,
    "total_words": 156,
    "total_chars": 1293,
    "last_change": "2020-12-25T15:47:58.785477Z",
    "recent_changes": 1,
    "translated": 2,
    "translated_words": 9,
    "translated_percent": 11.7,
    "translated_words_percent": 5.7,
    "translated_chars": 88,
    "translated_chars_percent": 6.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 1,
    "approved_percent": 5.8,
    "approved_words": 2,
    "approved_words_percent": 1.2,
    "approved_chars": 39,
    "approved_chars_percent": 3.0,
    "readonly": 1,
    "readonly_percent": 5.8,
    "readonly_words": 7,
    "readonly_words_percent": 4.4,
    "readonly_chars": 49,
    "readonly_chars_percent": 3.7,
    "suggestions": 0,
    "comments": 0,
    "code": "zh",
    "name": "Chinese",
    "url": "https://translate.tails.boum.org/projects/tails/ineffective_firewall-level_tor_enforcement/zh/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/ineffective_firewall-level_tor_enforcement/zh/"
}