Translation components API.

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

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

{
    "total": 21,
    "total_words": 49,
    "last_change": "2022-04-21T14:05:56.267638Z",
    "recent_changes": 1,
    "translated": 19,
    "translated_words": 47,
    "translated_percent": 90.4,
    "translated_words_percent": 95.9,
    "translated_chars": 313,
    "translated_chars_percent": 95.7,
    "total_chars": 327,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "de",
    "name": "German",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/de/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/de/"
}