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": 1847,
    "total_words": 8062,
    "last_change": "2022-08-10T18:07:36.207156Z",
    "recent_changes": 228,
    "translated": 1195,
    "translated_words": 4497,
    "translated_percent": 64.6,
    "translated_words_percent": 55.7,
    "translated_chars": 28968,
    "translated_chars_percent": 56.2,
    "total_chars": 51483,
    "fuzzy": 33,
    "fuzzy_percent": 1.7,
    "failing": 10,
    "failing_percent": 0.5,
    "name": "Slovak",
    "url": "http://i18n.foe-helper.com/languages/sk/"
}