Translation components API.

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

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

{
    "total": 37,
    "total_words": 76,
    "last_change": "2021-10-04T10:07:36.435893Z",
    "recent_changes": 4,
    "translated": 31,
    "translated_words": 51,
    "translated_percent": 83.7,
    "translated_words_percent": 67.1,
    "translated_chars": 334,
    "translated_chars_percent": 66.1,
    "total_chars": 505,
    "fuzzy": 4,
    "fuzzy_percent": 10.8,
    "failing": 1,
    "failing_percent": 2.7,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-globalkeys/id/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-globalkeys/id/"
}