Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/bs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 15227,
    "total_words": 66749,
    "last_change": "2024-03-19T12:06:21.140681Z",
    "recent_changes": 159,
    "translated": 13357,
    "translated_words": 57068,
    "translated_percent": 87.7,
    "translated_words_percent": 85.4,
    "translated_chars": 350169,
    "translated_chars_percent": 84.8,
    "total_chars": 412766,
    "fuzzy": 9,
    "fuzzy_percent": 0.1,
    "failing": 754,
    "failing_percent": 4.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Bosnian",
    "url": "https://translate.webtrees.net/languages/bs/"
}