Translation components API.

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

GET /api/translations/checkmk/dev/fr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 21607,
    "total_words": 169115,
    "total_chars": 1049953,
    "last_change": "2025-05-06T05:04:40.295344Z",
    "recent_changes": 1,
    "translated": 15401,
    "translated_words": 109602,
    "translated_percent": 71.2,
    "translated_words_percent": 64.8,
    "translated_chars": 672664,
    "translated_chars_percent": 64.0,
    "fuzzy": 5268,
    "fuzzy_percent": 24.3,
    "failing": 481,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.checkmk.com/projects/checkmk/dev/fr/",
    "translate_url": "https://translate.checkmk.com/translate/checkmk/dev/fr/"
}