Languages API.

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

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

{
    "total": 1143515,
    "total_words": 9505593,
    "total_chars": 62500340,
    "last_change": "2024-04-25T07:47:49.334628Z",
    "recent_changes": 21191,
    "translated": 925623,
    "translated_words": 6349024,
    "translated_percent": 80.9,
    "translated_words_percent": 66.7,
    "translated_chars": 41318588,
    "translated_chars_percent": 66.1,
    "fuzzy": 38045,
    "fuzzy_percent": 3.3,
    "fuzzy_words": 431239,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 2909502,
    "fuzzy_chars_percent": 4.6,
    "failing": 38788,
    "failing_percent": 3.3,
    "approved": 19060,
    "approved_percent": 1.6,
    "approved_words": 96587,
    "approved_words_percent": 1.0,
    "approved_chars": 634493,
    "approved_chars_percent": 1.0,
    "readonly": 32604,
    "readonly_percent": 2.8,
    "readonly_words": 259353,
    "readonly_words_percent": 2.7,
    "readonly_chars": 2089353,
    "readonly_chars_percent": 3.3,
    "suggestions": 13448,
    "comments": 1047,
    "name": "German",
    "url": "https://hosted.weblate.org/languages/de/"
}