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": 6872,
    "total_words": 34725,
    "last_change": "2025-05-29T06:22:59.172150Z",
    "recent_changes": 809,
    "translated": 5341,
    "translated_words": 21828,
    "translated_percent": 77.7,
    "translated_words_percent": 62.8,
    "translated_chars": 150218,
    "translated_chars_percent": 61.2,
    "total_chars": 245077,
    "fuzzy": 276,
    "fuzzy_percent": 4.0,
    "failing": 306,
    "failing_percent": 4.4,
    "name": "Bulgarian",
    "url": "https://translate.lxqt-project.org/languages/bg/"
}