Translation components API.

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

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

{
    "total": 14,
    "total_words": 230,
    "total_chars": 2060,
    "last_change": "2018-03-12T16:00:59Z",
    "recent_changes": 1,
    "translated": 1,
    "translated_words": 2,
    "translated_percent": 7.1,
    "translated_words_percent": 0.8,
    "translated_chars": 18,
    "translated_chars_percent": 0.8,
    "fuzzy": 4,
    "fuzzy_percent": 28.5,
    "fuzzy_words": 76,
    "fuzzy_words_percent": 33.0,
    "fuzzy_chars": 948,
    "fuzzy_chars_percent": 46.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "zh",
    "name": "Chinese",
    "url": "https://translate.tails.boum.org/projects/tails/security/zh/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/security/zh/"
}