Translation components API.

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

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

{
    "total": 1183,
    "total_words": 11585,
    "last_change": "2024-11-20T17:39:59.976186Z",
    "recent_changes": 1,
    "translated": 392,
    "translated_words": 1542,
    "translated_percent": 33.1,
    "translated_words_percent": 13.3,
    "translated_chars": 11658,
    "translated_chars_percent": 12.6,
    "total_chars": 92126,
    "fuzzy": 89,
    "fuzzy_percent": 7.5,
    "failing": 6,
    "failing_percent": 0.5,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://translate.lxqt-project.org/projects/andrew-bibb/cmst/nb_NO/",
    "translate_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/nb_NO/"
}