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": 1340,
    "total_words": 5171,
    "total_chars": 31254,
    "last_change": "2025-07-12T19:15:40.162742Z",
    "recent_changes": 13,
    "translated": 1000,
    "translated_words": 3242,
    "translated_percent": 74.6,
    "translated_words_percent": 62.6,
    "translated_chars": 19622,
    "translated_chars_percent": 62.7,
    "fuzzy": 92,
    "fuzzy_percent": 6.8,
    "fuzzy_words": 371,
    "fuzzy_words_percent": 7.1,
    "fuzzy_chars": 2031,
    "fuzzy_chars_percent": 6.4,
    "failing": 114,
    "failing_percent": 8.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 7.6,
    "readonly_words": 618,
    "readonly_words_percent": 11.9,
    "readonly_chars": 3817,
    "readonly_chars_percent": 12.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Bosnian",
    "url": "http://translate.gtaf.org/languages/bs/"
}