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": 200696,
    "total_words": 2178869,
    "total_chars": 14524854,
    "last_change": "2024-04-27T18:07:11.115602Z",
    "recent_changes": 983,
    "translated": 72145,
    "translated_words": 321409,
    "translated_percent": 35.9,
    "translated_words_percent": 14.7,
    "translated_chars": 2143267,
    "translated_chars_percent": 14.7,
    "fuzzy": 6215,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 29071,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 199234,
    "fuzzy_chars_percent": 1.3,
    "failing": 2573,
    "failing_percent": 1.2,
    "approved": 2080,
    "approved_percent": 1.0,
    "approved_words": 12218,
    "approved_words_percent": 0.5,
    "approved_chars": 80842,
    "approved_chars_percent": 0.5,
    "readonly": 2909,
    "readonly_percent": 1.4,
    "readonly_words": 3238,
    "readonly_words_percent": 0.1,
    "readonly_chars": 47531,
    "readonly_chars_percent": 0.3,
    "suggestions": 841,
    "comments": 18,
    "name": "Icelandic",
    "url": "https://hosted.weblate.org/languages/is/"
}