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": 1879,
    "total_words": 8264,
    "last_change": "2024-05-01T05:08:20.642121Z",
    "recent_changes": 15,
    "translated": 1191,
    "translated_words": 5068,
    "translated_percent": 63.3,
    "translated_words_percent": 61.3,
    "translated_chars": 32364,
    "translated_chars_percent": 61.1,
    "total_chars": 52906,
    "fuzzy": 23,
    "fuzzy_percent": 1.2,
    "failing": 24,
    "failing_percent": 1.2,
    "name": "Russian",
    "url": "http://i18n.foe-helper.com/languages/ru/"
}