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": 5069,
    "total_words": 28768,
    "total_chars": 206111,
    "last_change": "2024-04-24T12:59:08.960276Z",
    "recent_changes": 57,
    "translated": 1377,
    "translated_words": 7107,
    "translated_percent": 27.1,
    "translated_words_percent": 24.7,
    "translated_chars": 45518,
    "translated_chars_percent": 22.0,
    "fuzzy": 2290,
    "fuzzy_percent": 45.1,
    "fuzzy_words": 14622,
    "fuzzy_words_percent": 50.8,
    "fuzzy_chars": 115179,
    "fuzzy_chars_percent": 55.8,
    "failing": 1969,
    "failing_percent": 38.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 17,
    "readonly_chars_percent": 0.1,
    "suggestions": 23,
    "comments": 0,
    "name": "Slovenian",
    "url": "https://weblate.framasoft.org/languages/sl/"
}