Translation components API.

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

GET /api/translations/cnp3-ebook/index/vi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 10,
    "total_words": 68,
    "last_change": "2020-01-02T15:55:57.369812Z",
    "recent_changes": 1,
    "translated": 10,
    "translated_words": 68,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 502,
    "translated_chars_percent": 100.0,
    "total_chars": 502,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 20.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "vi",
    "name": "Vietnamese",
    "url": "https://weblate.info.ucl.ac.be/projects/cnp3-ebook/index/vi/",
    "translate_url": "https://weblate.info.ucl.ac.be/translate/cnp3-ebook/index/vi/"
}