Translation components API.

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

GET /api/translations/andrew-bibb/cmst/fi/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:37:23.596150Z",
    "recent_changes": 1,
    "translated": 167,
    "translated_words": 946,
    "translated_percent": 14.1,
    "translated_words_percent": 8.1,
    "translated_chars": 7407,
    "translated_chars_percent": 8.0,
    "total_chars": 92126,
    "fuzzy": 3,
    "fuzzy_percent": 0.2,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "fi",
    "name": "Finnish",
    "url": "https://translate.lxqt-project.org/projects/andrew-bibb/cmst/fi/",
    "translate_url": "https://translate.lxqt-project.org/translate/andrew-bibb/cmst/fi/"
}