Translation components API.

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

GET /api/translations/qtilities/picom-conf/nb_NO/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 68,
    "total_words": 302,
    "last_change": "2024-10-20T11:15:52.984747Z",
    "recent_changes": 1,
    "translated": 52,
    "translated_words": 230,
    "translated_percent": 76.4,
    "translated_words_percent": 76.1,
    "translated_chars": 1472,
    "translated_chars_percent": 77.3,
    "total_chars": 1904,
    "fuzzy": 10,
    "fuzzy_percent": 14.7,
    "failing": 1,
    "failing_percent": 1.4,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://translate.lxqt-project.org/projects/qtilities/picom-conf/nb_NO/",
    "translate_url": "https://translate.lxqt-project.org/translate/qtilities/picom-conf/nb_NO/"
}