Languages API.

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

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

{
    "total": 8561,
    "total_words": 30557,
    "total_chars": 185759,
    "last_change": "2024-05-23T19:54:35.664006Z",
    "recent_changes": 47,
    "translated": 1259,
    "translated_words": 4652,
    "translated_percent": 14.7,
    "translated_words_percent": 15.2,
    "translated_chars": 28161,
    "translated_chars_percent": 15.1,
    "fuzzy": 101,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 163,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 1012,
    "fuzzy_chars_percent": 0.5,
    "failing": 829,
    "failing_percent": 9.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "readonly_words": 4,
    "readonly_words_percent": 0.1,
    "readonly_chars": 61,
    "readonly_chars_percent": 0.1,
    "suggestions": 233,
    "comments": 0,
    "name": "Ido",
    "url": "https://hosted.weblate.org/languages/io/"
}