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": 5430,
    "total_words": 32616,
    "total_chars": 232612,
    "last_change": "2024-04-24T12:59:07.224376Z",
    "recent_changes": 469,
    "translated": 3803,
    "translated_words": 20975,
    "translated_percent": 70.0,
    "translated_words_percent": 64.3,
    "translated_chars": 150531,
    "translated_chars_percent": 64.7,
    "fuzzy": 257,
    "fuzzy_percent": 4.7,
    "fuzzy_words": 2702,
    "fuzzy_words_percent": 8.2,
    "fuzzy_chars": 22687,
    "fuzzy_chars_percent": 9.7,
    "failing": 416,
    "failing_percent": 7.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 17,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Slovak",
    "url": "https://weblate.framasoft.org/languages/sk/"
}