Translation components API.

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

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

{
    "total": 44,
    "total_words": 114,
    "last_change": "2024-04-27T11:59:48.289780Z",
    "recent_changes": 12,
    "translated": 35,
    "translated_words": 85,
    "translated_percent": 79.5,
    "translated_words_percent": 74.5,
    "translated_chars": 500,
    "translated_chars_percent": 71.4,
    "total_chars": 700,
    "fuzzy": 1,
    "fuzzy_percent": 2.2,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-fancymenu/cs/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-fancymenu/cs/"
}