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": 2190,
    "total_words": 9514,
    "last_change": "2022-08-10T18:07:36.207156Z",
    "recent_changes": 221,
    "translated": 1119,
    "translated_words": 4147,
    "translated_percent": 51.0,
    "translated_words_percent": 43.5,
    "translated_chars": 26301,
    "translated_chars_percent": 43.7,
    "total_chars": 60124,
    "fuzzy": 105,
    "fuzzy_percent": 4.7,
    "failing": 16,
    "failing_percent": 0.7,
    "name": "Slovak",
    "url": "http://i18n.foe-helper.com/languages/sk/"
}