Languages API.

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

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

{
    "total": 11498,
    "total_words": 47023,
    "last_change": null,
    "recent_changes": 0,
    "translated": 4576,
    "translated_words": 16815,
    "translated_percent": 39.7,
    "translated_words_percent": 35.7,
    "translated_chars": 107237,
    "translated_chars_percent": 30.4,
    "total_chars": 352042,
    "fuzzy": 146,
    "fuzzy_percent": 1.2,
    "failing": 3076,
    "failing_percent": 26.7,
    "name": "ru (generated)",
    "url": "http://weblate.crnd.pro/languages/ru/"
}