Translation components API.

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

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

{
    "total": 79,
    "total_words": 269,
    "last_change": "2021-08-18T21:08:35.905983Z",
    "recent_changes": 30,
    "translated": 67,
    "translated_words": 235,
    "translated_percent": 84.8,
    "translated_words_percent": 87.3,
    "translated_chars": 1431,
    "translated_chars_percent": 88.8,
    "total_chars": 1611,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "lv",
    "name": "Latvian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/panel/lv/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/panel/lv/"
}