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": 283422,
    "total_words": 2396665,
    "total_chars": 19013652,
    "last_change": "2023-12-29T09:56:47.755946Z",
    "recent_changes": 25,
    "translated": 103683,
    "translated_words": 492004,
    "translated_percent": 36.5,
    "translated_words_percent": 20.5,
    "translated_chars": 3747062,
    "translated_chars_percent": 19.7,
    "fuzzy": 13645,
    "fuzzy_percent": 4.8,
    "fuzzy_words": 38008,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 239409,
    "fuzzy_chars_percent": 1.2,
    "failing": 2346,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 76,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.1,
    "suggestions": 3,
    "comments": 0,
    "name": "Bosnian",
    "url": "https://translations.documentfoundation.org/languages/bs/"
}