Translation components API.

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

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

{
    "total": 1183,
    "total_words": 11585,
    "last_change": "2023-10-31T17:36:52.537865Z",
    "recent_changes": 145,
    "translated": 926,
    "translated_words": 9569,
    "translated_percent": 78.2,
    "translated_words_percent": 82.5,
    "translated_chars": 77268,
    "translated_chars_percent": 83.8,
    "total_chars": 92126,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.1,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.lxqt-project.org/projects/andrew-bibb/cmst/hu/",
    "translate_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/hu/"
}