Translation components API.

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

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

{
    "total": 209,
    "total_words": 504,
    "last_change": "2024-10-29T08:16:11.653445Z",
    "recent_changes": 1,
    "translated": 185,
    "translated_words": 430,
    "translated_percent": 88.5,
    "translated_words_percent": 85.3,
    "translated_chars": 2622,
    "translated_chars_percent": 86.1,
    "total_chars": 3042,
    "fuzzy": 18,
    "fuzzy_percent": 8.6,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lximage-qt/nb_NO/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lximage-qt/nb_NO/"
}