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": 3973,
    "total_words": 14120,
    "last_change": "2023-09-12T09:12:11.707463Z",
    "recent_changes": 256,
    "translated": 3854,
    "translated_words": 13639,
    "translated_percent": 97.0,
    "translated_words_percent": 96.5,
    "translated_chars": 84258,
    "translated_chars_percent": 96.4,
    "total_chars": 87315,
    "fuzzy": 15,
    "fuzzy_percent": 0.3,
    "failing": 47,
    "failing_percent": 1.1,
    "name": "Russian",
    "url": "https://weblate.linphone.org/languages/ru/"
}