Translation components API.

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

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

{
    "total": 21,
    "total_words": 132,
    "last_change": "2022-08-17T07:20:28.871660Z",
    "recent_changes": 4,
    "translated": 21,
    "translated_words": 132,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 919,
    "translated_chars_percent": 100.0,
    "total_chars": 919,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-sudo/ar/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-sudo/ar/"
}