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": 2118,
    "total_words": 9259,
    "last_change": "2025-09-05T14:42:51.620594Z",
    "recent_changes": 3,
    "translated": 2084,
    "translated_words": 9036,
    "translated_percent": 98.3,
    "translated_words_percent": 97.5,
    "translated_chars": 57213,
    "translated_chars_percent": 97.3,
    "total_chars": 58773,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.1,
    "name": "Polish",
    "url": "http://i18n.foe-helper.com/languages/pl/"
}