Languages API.

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

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

{
    "total": 13113,
    "total_words": 326443,
    "total_chars": 2581025,
    "last_change": "2026-04-04T23:30:49.780905Z",
    "recent_changes": 1,
    "translated": 307,
    "translated_words": 1654,
    "translated_percent": 2.3,
    "translated_words_percent": 0.5,
    "translated_chars": 12450,
    "translated_chars_percent": 0.4,
    "fuzzy": 70,
    "fuzzy_percent": 0.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 12,
    "comments": 0,
    "name": "Lithuanian",
    "url": "https://weblate.mineland.net/languages/lt/"
}