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": 10203,
    "total_words": 91070,
    "total_chars": 621616,
    "last_change": "2025-03-12T21:27:05.894847Z",
    "recent_changes": 1347,
    "translated": 9758,
    "translated_words": 84706,
    "translated_percent": 95.6,
    "translated_words_percent": 93.0,
    "translated_chars": 575046,
    "translated_chars_percent": 92.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 33,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 54,
    "readonly_percent": 0.5,
    "suggestions": 1,
    "comments": 0,
    "name": "Bulgarian",
    "url": "http://translate.pkp.sfu.ca/languages/bg/"
}