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": 12001,
    "total_words": 127441,
    "last_change": "2025-04-03T14:04:00.517788Z",
    "recent_changes": 311,
    "translated": 8168,
    "translated_words": 73605,
    "translated_percent": 68.0,
    "translated_words_percent": 57.7,
    "translated_chars": 442531,
    "translated_chars_percent": 57.9,
    "total_chars": 763812,
    "fuzzy": 279,
    "fuzzy_percent": 2.3,
    "failing": 677,
    "failing_percent": 5.6,
    "approved": 2,
    "approved_percent": 0.1,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 202,
    "comments": 9,
    "name": "Polish",
    "url": "https://translate.habitica.com/languages/pl/"
}