Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/sl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 682,
    "total_words": 4338,
    "total_chars": 26075,
    "last_change": "2024-05-03T16:27:22.682324Z",
    "recent_changes": 15,
    "translated": 384,
    "translated_words": 1485,
    "translated_percent": 56.3,
    "translated_words_percent": 34.2,
    "translated_chars": 8934,
    "translated_chars_percent": 34.2,
    "fuzzy": 25,
    "fuzzy_percent": 3.6,
    "fuzzy_words": 82,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 529,
    "fuzzy_chars_percent": 2.0,
    "failing": 3,
    "failing_percent": 0.4,
    "approved": 258,
    "approved_percent": 37.8,
    "approved_words": 712,
    "approved_words_percent": 16.4,
    "approved_chars": 4332,
    "approved_chars_percent": 16.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 9,
    "comments": 0,
    "name": "Slovenian",
    "url": "https://weblate.tusky.app/languages/sl/"
}