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-07-22T06:33:39.899931Z",
    "recent_changes": 2,
    "translated": 66,
    "translated_words": 294,
    "translated_percent": 97.0,
    "translated_words_percent": 97.3,
    "translated_chars": 1847,
    "translated_chars_percent": 97.0,
    "total_chars": 1904,
    "fuzzy": 2,
    "fuzzy_percent": 2.9,
    "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/"
}