Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/be/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 250742,
    "total_words": 1727661,
    "total_chars": 10926450,
    "last_change": "2024-04-30T15:07:08.221670Z",
    "recent_changes": 1845,
    "translated": 91688,
    "translated_words": 360142,
    "translated_percent": 36.5,
    "translated_words_percent": 20.8,
    "translated_chars": 2278904,
    "translated_chars_percent": 20.8,
    "fuzzy": 12826,
    "fuzzy_percent": 5.1,
    "fuzzy_words": 56941,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 391492,
    "fuzzy_chars_percent": 3.5,
    "failing": 3688,
    "failing_percent": 1.4,
    "approved": 954,
    "approved_percent": 0.3,
    "approved_words": 3288,
    "approved_words_percent": 0.1,
    "approved_chars": 19758,
    "approved_chars_percent": 0.1,
    "readonly": 3738,
    "readonly_percent": 1.4,
    "readonly_words": 4529,
    "readonly_words_percent": 0.2,
    "readonly_chars": 48018,
    "readonly_chars_percent": 0.4,
    "suggestions": 830,
    "comments": 34,
    "name": "Belarusian",
    "url": "https://hosted.weblate.org/languages/be/"
}