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": 14144,
    "total_words": 110594,
    "total_chars": 744288,
    "last_change": "2024-04-19T09:13:15.432475Z",
    "recent_changes": 689,
    "translated": 12765,
    "translated_words": 95489,
    "translated_percent": 90.2,
    "translated_words_percent": 86.3,
    "translated_chars": 633432,
    "translated_chars_percent": 85.1,
    "fuzzy": 337,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 3569,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 30579,
    "fuzzy_chars_percent": 4.1,
    "failing": 367,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.2,
    "readonly_words": 237,
    "readonly_words_percent": 0.2,
    "readonly_chars": 2157,
    "readonly_chars_percent": 0.2,
    "suggestions": 48,
    "comments": 3,
    "name": "Spanish",
    "url": "https://weblate.framasoft.org/languages/es/"
}