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": 3711,
    "total_words": 10550,
    "last_change": null,
    "recent_changes": 0,
    "translated": 1853,
    "translated_words": 4462,
    "translated_percent": 49.9,
    "translated_words_percent": 42.2,
    "translated_chars": 28199,
    "translated_chars_percent": 41.5,
    "total_chars": 67932,
    "fuzzy": 79,
    "fuzzy_percent": 2.1,
    "failing": 62,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Bulgarian",
    "url": "https://t.naviter.com/languages/bg/"
}