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": 7381,
    "total_words": 21741,
    "last_change": "2025-03-31T10:08:02.954775Z",
    "recent_changes": 38,
    "translated": 7147,
    "translated_words": 21161,
    "translated_percent": 96.8,
    "translated_words_percent": 97.3,
    "translated_chars": 133278,
    "translated_chars_percent": 97.2,
    "total_chars": 137092,
    "fuzzy": 18,
    "fuzzy_percent": 0.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 38,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Slovenian",
    "url": "https://t.naviter.com/languages/sl/"
}