Languages API.

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

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

{
    "total": 1667,
    "total_words": 11907,
    "total_chars": 71074,
    "last_change": null,
    "recent_changes": 0,
    "translated": 1667,
    "translated_words": 11907,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 71074,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 269,
    "failing_percent": 16.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1587,
    "readonly_percent": 95.2,
    "suggestions": 0,
    "comments": 0,
    "name": "English",
    "url": "http://translate.pretalx.com/languages/en/"
}