Languages API.

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

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

{
    "total": 1944,
    "total_words": 16491,
    "total_chars": 111372,
    "last_change": "2023-11-23T13:01:40.833497Z",
    "recent_changes": 4,
    "translated": 19,
    "translated_words": 92,
    "translated_percent": 0.9,
    "translated_words_percent": 0.5,
    "translated_chars": 604,
    "translated_chars_percent": 0.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Sami (Northern)",
    "url": "http://translate.pkp.sfu.ca/languages/se/"
}