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": 6863,
    "total_words": 34709,
    "last_change": "2025-05-13T12:29:27.638162Z",
    "recent_changes": 799,
    "translated": 5333,
    "translated_words": 21815,
    "translated_percent": 77.7,
    "translated_words_percent": 62.8,
    "translated_chars": 150130,
    "translated_chars_percent": 61.2,
    "total_chars": 244967,
    "fuzzy": 276,
    "fuzzy_percent": 4.0,
    "failing": 306,
    "failing_percent": 4.4,
    "name": "Bulgarian",
    "url": "https://translate.lxqt-project.org/languages/bg/"
}