Languages API.

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

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

{
    "total": 693,
    "total_words": 4305,
    "last_change": "2025-02-06T09:42:42.652149Z",
    "recent_changes": 5,
    "translated": 82,
    "translated_words": 256,
    "translated_percent": 11.8,
    "translated_words_percent": 5.9,
    "translated_chars": 2575,
    "translated_chars_percent": 9.0,
    "total_chars": 28513,
    "fuzzy": 3,
    "fuzzy_percent": 0.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 4.3,
    "suggestions": 16,
    "comments": 0,
    "name": "Bulgarian",
    "url": "https://weblate.rikka.app/languages/bg/"
}