Languages API.

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

GET /api/languages/el/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 43101,
    "total_words": 335913,
    "total_chars": 2085790,
    "last_change": "2025-05-09T12:52:44.291667Z",
    "recent_changes": 8,
    "translated": 100,
    "translated_words": 298,
    "translated_percent": 0.2,
    "translated_words_percent": 0.1,
    "translated_chars": 1507,
    "translated_chars_percent": 0.1,
    "fuzzy": 6368,
    "fuzzy_percent": 14.7,
    "failing": 670,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Greek",
    "url": "https://translate.checkmk.com/languages/el/"
}