Translation components API.

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

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

{
    "total": 21,
    "total_words": 49,
    "last_change": "2023-12-07T01:53:36.951194Z",
    "recent_changes": 10,
    "translated": 18,
    "translated_words": 46,
    "translated_percent": 85.7,
    "translated_words_percent": 93.8,
    "translated_chars": 305,
    "translated_chars_percent": 93.2,
    "total_chars": 327,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "lv",
    "name": "Latvian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/lv/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/lv/"
}