Languages API.

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

GET /api/languages/pl/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:00:37.533637Z",
    "recent_changes": 11,
    "translated": 699,
    "translated_words": 5454,
    "translated_percent": 1.6,
    "translated_words_percent": 1.6,
    "translated_chars": 32259,
    "translated_chars_percent": 1.5,
    "fuzzy": 6752,
    "fuzzy_percent": 15.6,
    "failing": 833,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Polish",
    "url": "https://translate.checkmk.com/languages/pl/"
}