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": 12087,
    "total_words": 49006,
    "last_change": null,
    "recent_changes": 0,
    "translated": 4654,
    "translated_words": 16976,
    "translated_percent": 38.5,
    "translated_words_percent": 34.6,
    "translated_chars": 108305,
    "translated_chars_percent": 29.4,
    "total_chars": 367234,
    "fuzzy": 146,
    "fuzzy_percent": 1.2,
    "failing": 3183,
    "failing_percent": 26.3,
    "name": "ru (generated)",
    "url": "http://weblate.crnd.pro/languages/ru/"
}