Languages API.

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

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

{
    "total": 31187,
    "total_words": 293420,
    "total_chars": 1882640,
    "last_change": "2024-04-11T13:33:15.972821Z",
    "recent_changes": 2971,
    "translated": 21298,
    "translated_words": 167326,
    "translated_percent": 68.2,
    "translated_words_percent": 57.0,
    "translated_chars": 1057897,
    "translated_chars_percent": 56.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 94,
    "failing_percent": 0.3,
    "approved": 9705,
    "approved_percent": 31.1,
    "approved_words": 72987,
    "approved_words_percent": 24.8,
    "approved_chars": 473204,
    "approved_chars_percent": 25.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Spanish (Mexico)",
    "url": "http://translate.otrs.com/languages/es_MX/"
}