Translation components API.

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

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

{
    "total": 209,
    "total_words": 504,
    "last_change": "2022-03-13T17:29:33.215062Z",
    "recent_changes": 189,
    "translated": 189,
    "translated_words": 437,
    "translated_percent": 90.4,
    "translated_words_percent": 86.7,
    "translated_chars": 2659,
    "translated_chars_percent": 87.4,
    "total_chars": 3042,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.4,
    "code": "de_CH",
    "name": "German (Switzerland)",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/lximage-qt/de_CH/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/lximage-qt/de_CH/"
}