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": 5640,
    "total_words": 44466,
    "total_chars": 298376,
    "last_change": "2024-01-22T05:39:08.074399Z",
    "recent_changes": 6,
    "translated": 2850,
    "translated_words": 18956,
    "translated_percent": 50.5,
    "translated_words_percent": 42.6,
    "translated_chars": 125226,
    "translated_chars_percent": 41.9,
    "fuzzy": 47,
    "fuzzy_percent": 0.8,
    "failing": 108,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 13,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Bosnian",
    "url": "http://translate.pkp.sfu.ca/languages/bs/"
}