Translation components API.

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

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

{
    "total": 35,
    "total_words": 142,
    "last_change": "2023-07-06T18:48:33.812985Z",
    "recent_changes": 1,
    "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": "cs",
    "name": "Czech",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-notificationd/cs/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-notificationd/cs/"
}