Languages API.

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

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

{
    "total": 9588,
    "total_words": 82753,
    "total_chars": 558181,
    "last_change": "2026-03-04T07:53:15.848070Z",
    "recent_changes": 559,
    "translated": 9588,
    "translated_words": 82753,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 558181,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 8,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 18,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Macedonian",
    "url": "http://translate.pkp.sfu.ca/languages/mk/"
}