Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/bs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 39296,
    "total_words": 225244,
    "last_change": "2016-10-25T10:57:51Z",
    "recent_changes": 13,
    "translated": 10251,
    "translated_words": 31560,
    "translated_percent": 26.0,
    "translated_words_percent": 14.0,
    "translated_chars": 222191,
    "translated_chars_percent": 14.3,
    "total_chars": 1546241,
    "fuzzy": 11350,
    "fuzzy_percent": 28.8,
    "failing": 4249,
    "failing_percent": 10.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 3,
    "comments": 0,
    "name": "Bosnian",
    "url": "https://l10n.opensuse.org/languages/bs/"
}