Languages API.

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

GET /api/languages/ro/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-09T13:02:48.454255Z",
    "recent_changes": 15,
    "translated": 32885,
    "translated_words": 235857,
    "translated_percent": 76.2,
    "translated_words_percent": 70.2,
    "translated_chars": 1450328,
    "translated_chars_percent": 69.5,
    "fuzzy": 8877,
    "fuzzy_percent": 20.5,
    "failing": 2322,
    "failing_percent": 5.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Romanian",
    "url": "https://translate.checkmk.com/languages/ro/"
}