Translation components API.

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

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

{
    "total": 55,
    "total_words": 176,
    "last_change": "2021-08-18T22:38:15.790238Z",
    "recent_changes": 56,
    "translated": 52,
    "translated_words": 163,
    "translated_percent": 94.5,
    "translated_words_percent": 92.6,
    "translated_chars": 975,
    "translated_chars_percent": 92.5,
    "total_chars": 1054,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 3.6,
    "code": "lv",
    "name": "Latvian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-taskbar/lv/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-taskbar/lv/"
}