Languages API.

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

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

{
    "total": 1455,
    "total_words": 37889,
    "last_change": "2026-03-09T11:38:54.194890Z",
    "recent_changes": 3,
    "translated": 2,
    "translated_words": 6,
    "translated_percent": 0.1,
    "translated_words_percent": 0.1,
    "translated_chars": 53,
    "translated_chars_percent": 0.1,
    "total_chars": 221865,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Wolof",
    "url": "http://translate.diyseeds.org/languages/wo/"
}