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": 122160,
    "total_words": 733173,
    "total_chars": 4647092,
    "last_change": "2024-04-26T15:05:03.485273Z",
    "recent_changes": 766,
    "translated": 27636,
    "translated_words": 115242,
    "translated_percent": 22.6,
    "translated_words_percent": 15.7,
    "translated_chars": 733604,
    "translated_chars_percent": 15.7,
    "fuzzy": 15671,
    "fuzzy_percent": 12.8,
    "fuzzy_words": 47471,
    "fuzzy_words_percent": 6.4,
    "fuzzy_chars": 312506,
    "fuzzy_chars_percent": 6.7,
    "failing": 6463,
    "failing_percent": 5.2,
    "approved": 36,
    "approved_percent": 0.1,
    "approved_words": 273,
    "approved_words_percent": 0.1,
    "approved_chars": 1759,
    "approved_chars_percent": 0.1,
    "readonly": 1437,
    "readonly_percent": 1.1,
    "readonly_words": 4329,
    "readonly_words_percent": 0.5,
    "readonly_chars": 35514,
    "readonly_chars_percent": 0.7,
    "suggestions": 2470,
    "comments": 4,
    "name": "Bosnian",
    "url": "https://hosted.weblate.org/languages/bs/"
}