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": 183,
    "total_words": 1305,
    "last_change": null,
    "recent_changes": 0,
    "translated": 56,
    "translated_words": 209,
    "translated_percent": 30.6,
    "translated_words_percent": 16.0,
    "translated_chars": 2027,
    "translated_chars_percent": 22.8,
    "total_chars": 8863,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 2.1,
    "suggestions": 15,
    "comments": 0,
    "name": "Bulgarian",
    "url": "https://weblate.rikka.app/languages/bg/"
}