Languages API.

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

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

{
    "total": 389897,
    "total_words": 3199384,
    "total_chars": 20863425,
    "last_change": "2024-05-01T10:32:28.979223Z",
    "recent_changes": 2162,
    "translated": 125232,
    "translated_words": 559778,
    "translated_percent": 32.1,
    "translated_words_percent": 17.4,
    "translated_chars": 3581363,
    "translated_chars_percent": 17.1,
    "fuzzy": 48332,
    "fuzzy_percent": 12.3,
    "fuzzy_words": 239461,
    "fuzzy_words_percent": 7.4,
    "fuzzy_chars": 1524436,
    "fuzzy_chars_percent": 7.3,
    "failing": 15898,
    "failing_percent": 4.0,
    "approved": 54,
    "approved_percent": 0.1,
    "approved_words": 901,
    "approved_words_percent": 0.1,
    "approved_chars": 5650,
    "approved_chars_percent": 0.1,
    "readonly": 3814,
    "readonly_percent": 0.9,
    "readonly_words": 4344,
    "readonly_words_percent": 0.1,
    "readonly_chars": 46278,
    "readonly_chars_percent": 0.2,
    "suggestions": 4884,
    "comments": 11,
    "name": "Slovenian",
    "url": "https://hosted.weblate.org/languages/sl/"
}