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": 9975,
    "total_words": 55142,
    "total_chars": 355714,
    "last_change": "2024-05-04T17:38:36.115844Z",
    "recent_changes": 2055,
    "translated": 1999,
    "translated_words": 9458,
    "translated_percent": 20.0,
    "translated_words_percent": 17.1,
    "translated_chars": 63186,
    "translated_chars_percent": 17.7,
    "fuzzy": 13,
    "fuzzy_percent": 0.1,
    "failing": 9,
    "failing_percent": 0.1,
    "approved": 1836,
    "approved_percent": 18.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 13,
    "comments": 0,
    "name": "Slovak",
    "url": "https://weblate.rob006.net/languages/sk/"
}