Translation components API.

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

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

{
    "total": 28,
    "total_words": 111,
    "last_change": "2024-07-26T12:36:52.155775Z",
    "recent_changes": 2,
    "translated": 22,
    "translated_words": 64,
    "translated_percent": 78.5,
    "translated_words_percent": 57.6,
    "translated_chars": 412,
    "translated_chars_percent": 61.2,
    "total_chars": 673,
    "fuzzy": 1,
    "fuzzy_percent": 3.5,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-runner/nb_NO/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-runner/nb_NO/"
}