Translation components API.

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

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

{
    "total": 25,
    "total_words": 305,
    "last_change": "2021-08-27T23:01:53.716890Z",
    "recent_changes": 34,
    "translated": 9,
    "translated_words": 28,
    "translated_percent": 36.0,
    "translated_words_percent": 9.1,
    "translated_chars": 160,
    "translated_chars_percent": 5.2,
    "total_chars": 3075,
    "fuzzy": 16,
    "fuzzy_percent": 64.0,
    "failing": 1,
    "failing_percent": 4.0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lxqt-wallet/nb_NO/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lxqt-wallet/nb_NO/"
}