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": 41870,
    "total_words": 253025,
    "last_change": "2022-12-03T10:01:15.626178Z",
    "recent_changes": 161,
    "translated": 17119,
    "translated_words": 75139,
    "translated_percent": 40.8,
    "translated_words_percent": 29.6,
    "translated_chars": 509442,
    "translated_chars_percent": 29.1,
    "total_chars": 1746305,
    "fuzzy": 11126,
    "fuzzy_percent": 26.5,
    "failing": 4280,
    "failing_percent": 10.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 81,
    "comments": 0,
    "name": "Bulgarian",
    "url": "https://l10n.opensuse.org/languages/bg/"
}