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": "2024-11-20T17:29:18.387321Z",
    "recent_changes": 1,
    "translated": 159,
    "translated_words": 451,
    "translated_percent": 13.4,
    "translated_words_percent": 3.8,
    "translated_chars": 3656,
    "translated_chars_percent": 3.9,
    "total_chars": 92126,
    "fuzzy": 58,
    "fuzzy_percent": 4.9,
    "failing": 2,
    "failing_percent": 0.1,
    "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/"
}