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": 190,
    "total_words": 1321,
    "last_change": "2022-08-06T13:38:38.239722Z",
    "recent_changes": 1,
    "translated": 102,
    "translated_words": 505,
    "translated_percent": 53.6,
    "translated_words_percent": 38.2,
    "translated_chars": 3960,
    "translated_chars_percent": 44.0,
    "total_chars": 8995,
    "fuzzy": 2,
    "fuzzy_percent": 1.0,
    "failing": 2,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 2.6,
    "suggestions": 1,
    "comments": 0,
    "name": "Slovenian",
    "url": "https://weblate.rikka.app/languages/sl/"
}