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": 2204,
    "total_words": 9630,
    "last_change": "2026-01-05T22:00:50.830971Z",
    "recent_changes": 29,
    "translated": 2121,
    "translated_words": 9236,
    "translated_percent": 96.2,
    "translated_words_percent": 95.9,
    "translated_chars": 58383,
    "translated_chars_percent": 95.7,
    "total_chars": 60968,
    "fuzzy": 5,
    "fuzzy_percent": 0.2,
    "failing": 2,
    "failing_percent": 0.1,
    "name": "Polish",
    "url": "http://i18n.foe-helper.com/languages/pl/"
}