Languages API.

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

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

{
    "total": 123,
    "total_words": 948,
    "total_chars": 6923,
    "last_change": "2024-04-02T06:57:38.776168Z",
    "recent_changes": 9,
    "translated": 123,
    "translated_words": 948,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 6923,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Danish",
    "url": "http://translate.pkp.sfu.ca/languages/da_DK/"
}