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": 2303,
    "total_words": 9030,
    "last_change": "2026-05-13T10:26:26.673659Z",
    "recent_changes": 72,
    "translated": 2297,
    "translated_words": 9017,
    "translated_percent": 99.7,
    "translated_words_percent": 99.8,
    "translated_chars": 56946,
    "translated_chars_percent": 99.8,
    "total_chars": 57029,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "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/"
}