Translation components API.

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

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

{
    "total": 1183,
    "total_words": 11585,
    "last_change": "2024-11-20T17:57:24.075940Z",
    "recent_changes": 3,
    "translated": 998,
    "translated_words": 8784,
    "translated_percent": 84.3,
    "translated_words_percent": 75.8,
    "translated_chars": 69356,
    "translated_chars_percent": 75.2,
    "total_chars": 92126,
    "fuzzy": 14,
    "fuzzy_percent": 1.1,
    "failing": 4,
    "failing_percent": 0.3,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.lxqt-project.org/projects/andrew-bibb/cmst/es/",
    "translate_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/es/"
}