Translation components API.

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

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

{
    "total": 1183,
    "total_words": 11585,
    "last_change": "2021-11-04T21:25:50.022685Z",
    "recent_changes": 3,
    "translated": 148,
    "translated_words": 429,
    "translated_percent": 12.5,
    "translated_words_percent": 3.7,
    "translated_chars": 3469,
    "translated_chars_percent": 3.7,
    "total_chars": 92126,
    "fuzzy": 64,
    "fuzzy_percent": 5.4,
    "failing": 13,
    "failing_percent": 1.0,
    "code": "de",
    "name": "German",
    "url": "https://translate.lxqt-project.org/projects/andrew-bibb/cmst/de/",
    "translate_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/de/"
}