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": 2084,
    "total_words": 9036,
    "last_change": "2022-08-10T18:07:36.207156Z",
    "recent_changes": 221,
    "translated": 1154,
    "translated_words": 4353,
    "translated_percent": 55.3,
    "translated_words_percent": 48.1,
    "translated_chars": 27768,
    "translated_chars_percent": 48.5,
    "total_chars": 57213,
    "fuzzy": 70,
    "fuzzy_percent": 3.3,
    "failing": 12,
    "failing_percent": 0.5,
    "name": "Slovak",
    "url": "http://i18n.foe-helper.com/languages/sk/"
}