Languages API.

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

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

{
    "total": 642,
    "total_words": 1794,
    "total_chars": 13413,
    "last_change": "2023-06-02T12:54:09.575511Z",
    "recent_changes": 13,
    "translated": 546,
    "translated_words": 878,
    "translated_percent": 85.0,
    "translated_words_percent": 48.9,
    "translated_chars": 6723,
    "translated_chars_percent": 50.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Swedish",
    "url": "http://translate.pkp.sfu.ca/languages/sv_SE/"
}