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": 4226,
    "total_words": 38041,
    "last_change": "2023-07-17T11:18:08.690619Z",
    "recent_changes": 72,
    "translated": 3626,
    "translated_words": 31528,
    "translated_percent": 85.8,
    "translated_words_percent": 82.8,
    "translated_chars": 191116,
    "translated_chars_percent": 83.0,
    "total_chars": 230042,
    "fuzzy": 207,
    "fuzzy_percent": 4.8,
    "failing": 3073,
    "failing_percent": 72.7,
    "approved": 274,
    "approved_percent": 6.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 11,
    "comments": 0,
    "name": "Bulgarian",
    "url": "https://traduk.amikumu.com/languages/bg/"
}