Translation components API.

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

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

{
    "total": 15,
    "total_words": 41,
    "last_change": null,
    "recent_changes": 0,
    "translated": 4,
    "translated_words": 6,
    "translated_percent": 26.6,
    "translated_words_percent": 14.6,
    "translated_chars": 37,
    "translated_chars_percent": 14.5,
    "total_chars": 255,
    "fuzzy": 7,
    "fuzzy_percent": 46.6,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-desktopswitch/ro/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-desktopswitch/ro/"
}