Translation components API.

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

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

{
    "total": 37,
    "total_words": 76,
    "last_change": null,
    "recent_changes": 0,
    "translated": 23,
    "translated_words": 30,
    "translated_percent": 62.1,
    "translated_words_percent": 39.4,
    "translated_chars": 197,
    "translated_chars_percent": 39.0,
    "total_chars": 505,
    "fuzzy": 7,
    "fuzzy_percent": 18.9,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-globalkeys/ro/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-globalkeys/ro/"
}