Translation components API.

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

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

{
    "total": 35,
    "total_words": 142,
    "last_change": "2024-02-19T10:06:25.716432Z",
    "recent_changes": 2,
    "translated": 33,
    "translated_words": 131,
    "translated_percent": 94.2,
    "translated_words_percent": 92.2,
    "translated_chars": 840,
    "translated_chars_percent": 92.5,
    "total_chars": 908,
    "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-notificationd/de/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-notificationd/de/"
}