Languages API.

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

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

{
    "total": 5760,
    "total_words": 44091,
    "total_chars": 292633,
    "last_change": "2023-09-27T19:11:22.555496Z",
    "recent_changes": 7,
    "translated": 20,
    "translated_words": 226,
    "translated_percent": 0.3,
    "translated_words_percent": 0.5,
    "translated_chars": 1460,
    "translated_chars_percent": 0.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 13,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Lower Sorbian",
    "url": "http://translate.pkp.sfu.ca/languages/dsb/"
}