Translation components API.

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

GET /api/translations/qtilities/picom-conf/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 68,
    "total_words": 302,
    "last_change": "2024-03-30T22:44:55.546534Z",
    "recent_changes": 15,
    "translated": 64,
    "translated_words": 283,
    "translated_percent": 94.1,
    "translated_words_percent": 93.7,
    "translated_chars": 1785,
    "translated_chars_percent": 93.7,
    "total_chars": 1904,
    "fuzzy": 3,
    "fuzzy_percent": 4.4,
    "failing": 3,
    "failing_percent": 4.4,
    "code": "de",
    "name": "German",
    "url": "https://translate.lxqt-project.org/projects/qtilities/picom-conf/de/",
    "translate_url": "https://translate.lxqt-project.org/translate/qtilities/picom-conf/de/"
}