Translation components API.

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

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

{
    "total": 21,
    "total_words": 57,
    "last_change": null,
    "recent_changes": 0,
    "translated": 19,
    "translated_words": 32,
    "translated_percent": 90.4,
    "translated_words_percent": 56.1,
    "translated_chars": 203,
    "translated_chars_percent": 48.1,
    "total_chars": 422,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 14.2,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-kbindindicator/id/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-kbindindicator/id/"
}