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": 1313,
    "total_words": 8348,
    "last_change": "2025-02-21T10:38:09.660796Z",
    "recent_changes": 77,
    "translated": 757,
    "translated_words": 4547,
    "translated_percent": 57.6,
    "translated_words_percent": 54.4,
    "translated_chars": 29892,
    "translated_chars_percent": 55.5,
    "total_chars": 53834,
    "fuzzy": 6,
    "fuzzy_percent": 0.4,
    "failing": 49,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 34,
    "readonly_percent": 2.5,
    "suggestions": 32,
    "comments": 0,
    "name": "Indonesian",
    "url": "https://weblate.rikka.app/languages/id/"
}