Languages API.

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

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

{
    "total": 37590,
    "total_words": 251962,
    "total_chars": 1695412,
    "last_change": "2024-05-19T00:21:35.649894Z",
    "recent_changes": 110,
    "translated": 8573,
    "translated_words": 36011,
    "translated_percent": 22.8,
    "translated_words_percent": 14.2,
    "translated_chars": 227581,
    "translated_chars_percent": 13.4,
    "fuzzy": 9357,
    "fuzzy_percent": 24.8,
    "fuzzy_words": 42758,
    "fuzzy_words_percent": 16.9,
    "fuzzy_chars": 285011,
    "fuzzy_chars_percent": 16.8,
    "failing": 3294,
    "failing_percent": 8.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 606,
    "readonly_percent": 1.6,
    "readonly_words": 716,
    "readonly_words_percent": 0.2,
    "readonly_chars": 13296,
    "readonly_chars_percent": 0.7,
    "suggestions": 22,
    "comments": 0,
    "name": "Belarusian (latin)",
    "url": "https://hosted.weblate.org/languages/be_Latn/"
}