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": 12548,
    "total_words": 50546,
    "last_change": null,
    "recent_changes": 0,
    "translated": 4578,
    "translated_words": 16805,
    "translated_percent": 36.4,
    "translated_words_percent": 33.2,
    "translated_chars": 107024,
    "translated_chars_percent": 28.4,
    "total_chars": 376786,
    "fuzzy": 160,
    "fuzzy_percent": 1.2,
    "failing": 3302,
    "failing_percent": 26.3,
    "name": "ru (generated)",
    "url": "http://weblate.crnd.pro/languages/ru/"
}