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": 77349,
    "total_words": 1330679,
    "last_change": "2024-03-11T22:28:33.480423Z",
    "recent_changes": 2716,
    "translated": 31272,
    "translated_words": 536112,
    "translated_percent": 40.4,
    "translated_words_percent": 40.2,
    "translated_chars": 4065087,
    "translated_chars_percent": 39.6,
    "total_chars": 10250400,
    "fuzzy": 7087,
    "fuzzy_percent": 9.1,
    "failing": 10369,
    "failing_percent": 13.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 27,
    "comments": 37,
    "name": "Spanish",
    "url": "https://translate-dev.freebsd.org/languages/es/"
}