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": 1612,
    "total_words": 11802,
    "total_chars": 70177,
    "last_change": "2024-05-03T13:55:47.949084Z",
    "recent_changes": 34,
    "translated": 209,
    "translated_words": 1617,
    "translated_percent": 12.9,
    "translated_words_percent": 13.7,
    "translated_chars": 9428,
    "translated_chars_percent": 13.4,
    "fuzzy": 19,
    "fuzzy_percent": 1.1,
    "failing": 4,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Slovenian",
    "url": "http://translate.pretalx.com/languages/sl/"
}