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": 2322,
    "total_words": 9141,
    "last_change": "2026-07-27T13:33:32.430258Z",
    "recent_changes": 84,
    "translated": 2314,
    "translated_words": 9122,
    "translated_percent": 99.6,
    "translated_words_percent": 99.7,
    "translated_chars": 57641,
    "translated_chars_percent": 99.8,
    "total_chars": 57751,
    "fuzzy": 5,
    "fuzzy_percent": 0.2,
    "failing": 2,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Polish",
    "url": "https://translate.memarc.info/languages/pl/"
}