Languages API.

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

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

{
    "total": 8559,
    "total_words": 72069,
    "total_chars": 485777,
    "last_change": "2025-02-28T23:32:21.225387Z",
    "recent_changes": 91,
    "translated": 6776,
    "translated_words": 51487,
    "translated_percent": 79.1,
    "translated_words_percent": 71.4,
    "translated_chars": 344299,
    "translated_chars_percent": 70.8,
    "fuzzy": 82,
    "fuzzy_percent": 0.9,
    "failing": 111,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 53,
    "readonly_percent": 0.6,
    "suggestions": 1,
    "comments": 1,
    "name": "Swedish",
    "url": "http://translate.pkp.sfu.ca/languages/sv/"
}