Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/sk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2043,
    "total_words": 8866,
    "last_change": "2022-08-10T18:07:36.207156Z",
    "recent_changes": 227,
    "translated": 1170,
    "translated_words": 4387,
    "translated_percent": 57.2,
    "translated_words_percent": 49.4,
    "translated_chars": 28230,
    "translated_chars_percent": 50.4,
    "total_chars": 55952,
    "fuzzy": 59,
    "fuzzy_percent": 2.8,
    "failing": 12,
    "failing_percent": 0.5,
    "name": "Slovak",
    "url": "http://i18n.foe-helper.com/languages/sk/"
}