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": 7112,
    "total_words": 21135,
    "last_change": "2025-01-21T11:50:07.280435Z",
    "recent_changes": 9,
    "translated": 5804,
    "translated_words": 17687,
    "translated_percent": 81.6,
    "translated_words_percent": 83.6,
    "translated_chars": 109229,
    "translated_chars_percent": 82.0,
    "total_chars": 133104,
    "fuzzy": 97,
    "fuzzy_percent": 1.3,
    "failing": 231,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Polish",
    "url": "https://t.naviter.com/languages/pl/"
}