Translation components API.

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

GET /api/translations/lxqt-desktop/liblxqt/cy/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 30,
    "total_words": 176,
    "last_change": null,
    "recent_changes": 0,
    "translated": 28,
    "translated_words": 149,
    "translated_percent": 93.3,
    "translated_words_percent": 84.6,
    "translated_chars": 902,
    "translated_chars_percent": 82.0,
    "total_chars": 1100,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 25,
    "failing_percent": 83.3,
    "code": "cy",
    "name": "Welsh",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/liblxqt/cy/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/liblxqt/cy/"
}