Languages API.

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

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

{
    "total": 37817,
    "total_words": 283444,
    "total_chars": 1730849,
    "last_change": "2022-07-10T14:29:07.824626Z",
    "recent_changes": 161,
    "translated": 36467,
    "translated_words": 277303,
    "translated_percent": 96.4,
    "translated_words_percent": 97.8,
    "translated_chars": 1693993,
    "translated_chars_percent": 97.8,
    "fuzzy": 134,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 664,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 3672,
    "fuzzy_chars_percent": 0.2,
    "failing": 2810,
    "failing_percent": 7.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 10665,
    "readonly_percent": 28.2,
    "readonly_words": 112622,
    "readonly_words_percent": 39.7,
    "readonly_chars": 731030,
    "readonly_chars_percent": 42.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Spanish",
    "url": "https://itzulpenak.gamerauntsia.eus/languages/es/"
}