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": 6859,
    "total_words": 34673,
    "last_change": "2025-04-02T11:17:02.843824Z",
    "recent_changes": 802,
    "translated": 5329,
    "translated_words": 21779,
    "translated_percent": 77.6,
    "translated_words_percent": 62.8,
    "translated_chars": 149894,
    "translated_chars_percent": 61.2,
    "total_chars": 244731,
    "fuzzy": 276,
    "fuzzy_percent": 4.0,
    "failing": 306,
    "failing_percent": 4.4,
    "name": "Bulgarian",
    "url": "https://translate.lxqt-project.org/languages/bg/"
}