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": 7255,
    "total_words": 51587,
    "total_chars": 317426,
    "last_change": "2024-05-04T12:09:15.996690Z",
    "recent_changes": 1,
    "translated": 2688,
    "translated_words": 10860,
    "translated_percent": 37.0,
    "translated_words_percent": 21.0,
    "translated_chars": 66324,
    "translated_chars_percent": 20.8,
    "fuzzy": 596,
    "fuzzy_percent": 8.2,
    "fuzzy_words": 5167,
    "fuzzy_words_percent": 10.0,
    "fuzzy_chars": 32829,
    "fuzzy_chars_percent": 10.3,
    "failing": 89,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 715,
    "comments": 11,
    "name": "Spanish",
    "url": "http://translate.beamng.com/languages/es/"
}