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": 89,
    "total_words": 320,
    "last_change": null,
    "recent_changes": 0,
    "translated": 16,
    "translated_words": 66,
    "translated_percent": 17.9,
    "translated_words_percent": 20.6,
    "translated_chars": 404,
    "translated_chars_percent": 18.3,
    "total_chars": 2198,
    "fuzzy": 1,
    "fuzzy_percent": 1.1,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Russian",
    "url": "http://weblate.ops404.it/languages/ru/"
}