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": 12423,
    "total_words": 132271,
    "last_change": "2025-12-13T19:17:51.179082Z",
    "recent_changes": 376,
    "translated": 8744,
    "translated_words": 77185,
    "translated_percent": 70.3,
    "translated_words_percent": 58.3,
    "translated_chars": 464865,
    "translated_chars_percent": 58.6,
    "total_chars": 792113,
    "fuzzy": 225,
    "fuzzy_percent": 1.8,
    "failing": 566,
    "failing_percent": 4.5,
    "approved": 2,
    "approved_percent": 0.1,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 102,
    "comments": 12,
    "name": "Polish",
    "url": "https://translate.habitica.com/languages/pl/"
}