Translation components API.

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

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

{
    "total": 7,
    "total_words": 13,
    "last_change": "2025-01-20T07:57:14.171311Z",
    "recent_changes": 2,
    "translated": 6,
    "translated_words": 10,
    "translated_percent": 85.7,
    "translated_words_percent": 76.9,
    "translated_chars": 57,
    "translated_chars_percent": 80.2,
    "total_chars": 71,
    "fuzzy": 1,
    "fuzzy_percent": 14.2,
    "failing": 5,
    "failing_percent": 71.4,
    "code": "cy",
    "name": "Welsh",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-dom/cy/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-dom/cy/"
}