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": 6777,
    "total_words": 34247,
    "last_change": "2024-05-07T05:49:01.546248Z",
    "recent_changes": 843,
    "translated": 5243,
    "translated_words": 20977,
    "translated_percent": 77.3,
    "translated_words_percent": 61.2,
    "translated_chars": 144293,
    "translated_chars_percent": 59.5,
    "total_chars": 242130,
    "fuzzy": 278,
    "fuzzy_percent": 4.1,
    "failing": 305,
    "failing_percent": 4.5,
    "name": "Bulgarian",
    "url": "https://translate.lxqt-project.org/languages/bg/"
}