Translation components API.

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

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

{
    "total": 1183,
    "total_words": 11585,
    "last_change": "2022-12-26T20:52:19.897779Z",
    "recent_changes": 1,
    "translated": 546,
    "translated_words": 4577,
    "translated_percent": 46.1,
    "translated_words_percent": 39.5,
    "translated_chars": 36630,
    "translated_chars_percent": 39.7,
    "total_chars": 92126,
    "fuzzy": 13,
    "fuzzy_percent": 1.0,
    "failing": 48,
    "failing_percent": 4.0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://translate.lxqt-project.org/projects/andrew-bibb/cmst/bg/",
    "translate_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/bg/"
}