Translation components API.

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

GET /api/translations/checkmk/dev/nl/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:06:32.972743Z",
    "recent_changes": 1,
    "translated": 15112,
    "translated_words": 106593,
    "translated_percent": 69.9,
    "translated_words_percent": 63.0,
    "translated_chars": 654000,
    "translated_chars_percent": 62.2,
    "fuzzy": 5622,
    "fuzzy_percent": 26.0,
    "failing": 992,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.checkmk.com/projects/checkmk/dev/nl/",
    "translate_url": "https://translate.checkmk.com/translate/checkmk/dev/nl/"
}