Languages API.

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

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

{
    "total": 60206,
    "total_words": 478685,
    "total_chars": 2918133,
    "last_change": null,
    "recent_changes": 0,
    "translated": 60132,
    "translated_words": 478685,
    "translated_percent": 99.8,
    "translated_words_percent": 100.0,
    "translated_chars": 2918133,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 3075,
    "failing_percent": 5.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24129,
    "readonly_percent": 40.0,
    "readonly_words": 251752,
    "readonly_words_percent": 52.5,
    "readonly_chars": 1620753,
    "readonly_chars_percent": 55.5,
    "suggestions": 0,
    "comments": 0,
    "name": "English",
    "url": "https://itzulpenak.gamerauntsia.eus/languages/en/"
}