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": 7246,
    "total_words": 51578,
    "total_chars": 317373,
    "last_change": "2024-04-16T13:09:47.383818Z",
    "recent_changes": 19,
    "translated": 2594,
    "translated_words": 11067,
    "translated_percent": 35.7,
    "translated_words_percent": 21.4,
    "translated_chars": 67656,
    "translated_chars_percent": 21.3,
    "fuzzy": 279,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 2701,
    "fuzzy_words_percent": 5.2,
    "fuzzy_chars": 18195,
    "fuzzy_chars_percent": 5.7,
    "failing": 21,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 53,
    "comments": 0,
    "name": "Slovak",
    "url": "http://translate.beamng.com/languages/sk/"
}