Languages API.

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

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

{
    "total": 8884,
    "total_words": 75447,
    "total_chars": 508983,
    "last_change": "2025-03-10T12:04:17.743591Z",
    "recent_changes": 573,
    "translated": 8489,
    "translated_words": 69573,
    "translated_percent": 95.5,
    "translated_words_percent": 92.2,
    "translated_chars": 466166,
    "translated_chars_percent": 91.5,
    "fuzzy": 32,
    "fuzzy_percent": 0.3,
    "failing": 152,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 54,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Slovenian",
    "url": "http://translate.pkp.sfu.ca/languages/sl/"
}