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-05-04T17:16:29.040783Z",
    "recent_changes": 53,
    "translated": 982,
    "translated_words": 8633,
    "translated_percent": 83.0,
    "translated_words_percent": 74.5,
    "translated_chars": 68049,
    "translated_chars_percent": 73.8,
    "total_chars": 92126,
    "fuzzy": 14,
    "fuzzy_percent": 1.1,
    "failing": 2,
    "failing_percent": 0.1,
    "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/"
}