Languages API.

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

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

{
    "total": 39992,
    "total_words": 665216,
    "last_change": "2025-11-08T18:44:07.715956Z",
    "recent_changes": 166,
    "translated": 309,
    "translated_words": 4414,
    "translated_percent": 0.7,
    "translated_words_percent": 0.6,
    "translated_chars": 27685,
    "translated_chars_percent": 0.6,
    "total_chars": 4598750,
    "fuzzy": 16,
    "fuzzy_percent": 0.1,
    "failing": 9,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Indonesian",
    "url": "https://translate-dev.freebsd.org/languages/id/"
}