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": 2631,
    "total_words": 11576,
    "last_change": "2026-07-13T20:02:44.976168Z",
    "recent_changes": 61,
    "translated": 2234,
    "translated_words": 9675,
    "translated_percent": 84.9,
    "translated_words_percent": 83.5,
    "translated_chars": 60692,
    "translated_chars_percent": 84.3,
    "total_chars": 71929,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 3,
    "failing_percent": 0.1,
    "name": "Polish",
    "url": "http://i18n.foe-helper.com/languages/pl/"
}