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": 348,
    "total_words": 2785,
    "total_chars": 18827,
    "last_change": "2021-07-09T04:28:17.154271Z",
    "recent_changes": 5,
    "translated": 194,
    "translated_words": 1732,
    "translated_percent": 55.7,
    "translated_words_percent": 62.1,
    "translated_chars": 11883,
    "translated_chars_percent": 63.1,
    "fuzzy": 8,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 52,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 400,
    "fuzzy_chars_percent": 2.1,
    "failing": 2,
    "failing_percent": 0.5,
    "approved": 5,
    "approved_percent": 1.4,
    "approved_words": 25,
    "approved_words_percent": 0.8,
    "approved_chars": 175,
    "approved_chars_percent": 0.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Russian",
    "url": "https://weblate.vivid-inc.net/languages/ru/"
}