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": 9973,
    "total_words": 55139,
    "total_chars": 355695,
    "last_change": "2024-04-18T01:26:24.762738Z",
    "recent_changes": 2914,
    "translated": 4827,
    "translated_words": 26482,
    "translated_percent": 48.4,
    "translated_words_percent": 48.0,
    "translated_chars": 169196,
    "translated_chars_percent": 47.5,
    "fuzzy": 77,
    "fuzzy_percent": 0.7,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 81,
    "approved_percent": 0.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Bulgarian",
    "url": "https://weblate.rob006.net/languages/bg/"
}