Languages API.

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

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

{
    "total": 4159,
    "total_words": 33899,
    "total_chars": 266114,
    "last_change": "2024-04-24T12:58:16.891451Z",
    "recent_changes": 22,
    "translated": 3083,
    "translated_words": 17901,
    "translated_percent": 74.1,
    "translated_words_percent": 52.8,
    "translated_chars": 148186,
    "translated_chars_percent": 55.6,
    "fuzzy": 64,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 635,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 6770,
    "fuzzy_chars_percent": 2.5,
    "failing": 66,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.6,
    "readonly_words": 235,
    "readonly_words_percent": 0.6,
    "readonly_chars": 2146,
    "readonly_chars_percent": 0.8,
    "suggestions": 0,
    "comments": 0,
    "name": "Icelandic",
    "url": "https://weblate.framasoft.org/languages/is/"
}