Translation components API.

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

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

{
    "total": 55,
    "total_words": 176,
    "last_change": null,
    "recent_changes": 0,
    "translated": 21,
    "translated_words": 39,
    "translated_percent": 38.1,
    "translated_words_percent": 22.1,
    "translated_chars": 240,
    "translated_chars_percent": 22.7,
    "total_chars": 1054,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "eo",
    "name": "Esperanto",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-taskbar/eo/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-taskbar/eo/"
}