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": 453223,
    "total_words": 3924553,
    "total_chars": 25820970,
    "last_change": "2024-04-19T12:17:19.871131Z",
    "recent_changes": 4511,
    "translated": 207540,
    "translated_words": 945859,
    "translated_percent": 45.7,
    "translated_words_percent": 24.1,
    "translated_chars": 6042846,
    "translated_chars_percent": 23.4,
    "fuzzy": 28897,
    "fuzzy_percent": 6.3,
    "fuzzy_words": 131206,
    "fuzzy_words_percent": 3.3,
    "fuzzy_chars": 887623,
    "fuzzy_chars_percent": 3.4,
    "failing": 18438,
    "failing_percent": 4.0,
    "approved": 741,
    "approved_percent": 0.1,
    "approved_words": 2109,
    "approved_words_percent": 0.1,
    "approved_chars": 13072,
    "approved_chars_percent": 0.1,
    "readonly": 8830,
    "readonly_percent": 1.9,
    "readonly_words": 8857,
    "readonly_words_percent": 0.2,
    "readonly_chars": 83718,
    "readonly_chars_percent": 0.3,
    "suggestions": 5153,
    "comments": 29,
    "name": "Slovak",
    "url": "https://hosted.weblate.org/languages/sk/"
}