Translation components API.

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

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

{
    "total": 31,
    "total_words": 89,
    "last_change": "2025-03-17T18:00:57.454438Z",
    "recent_changes": 1,
    "translated": 21,
    "translated_words": 57,
    "translated_percent": 67.7,
    "translated_words_percent": 64.0,
    "translated_chars": 328,
    "translated_chars_percent": 62.7,
    "total_chars": 523,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-mainmenu/en_GB/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-mainmenu/en_GB/"
}