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": 25803,
    "total_words": 163711,
    "total_chars": 1036942,
    "last_change": "2024-04-05T20:58:46.295041Z",
    "recent_changes": 216,
    "translated": 2164,
    "translated_words": 12316,
    "translated_percent": 8.3,
    "translated_words_percent": 7.5,
    "translated_chars": 75805,
    "translated_chars_percent": 7.3,
    "fuzzy": 1833,
    "fuzzy_percent": 7.1,
    "fuzzy_words": 9855,
    "fuzzy_words_percent": 6.0,
    "fuzzy_chars": 59822,
    "fuzzy_chars_percent": 5.7,
    "failing": 514,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 83,
    "readonly_chars_percent": 0.1,
    "suggestions": 962,
    "comments": 0,
    "name": "Bosnian",
    "url": "https://translate.fedoraproject.org/languages/bs/"
}