Translation components API.

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

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

{
    "total": 32,
    "total_words": 77,
    "last_change": "2024-08-04T07:02:33.619458Z",
    "recent_changes": 1,
    "translated": 19,
    "translated_words": 38,
    "translated_percent": 59.3,
    "translated_words_percent": 49.3,
    "translated_chars": 221,
    "translated_chars_percent": 50.5,
    "total_chars": 437,
    "fuzzy": 7,
    "fuzzy_percent": 21.8,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/nb_NO/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/nb_NO/"
}