Languages API.

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

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

{
    "total": 8847,
    "total_words": 74847,
    "total_chars": 504422,
    "last_change": "2025-02-28T23:31:54.691630Z",
    "recent_changes": 196,
    "translated": 8450,
    "translated_words": 71419,
    "translated_percent": 95.5,
    "translated_words_percent": 95.4,
    "translated_chars": 481050,
    "translated_chars_percent": 95.3,
    "fuzzy": 15,
    "fuzzy_percent": 0.1,
    "failing": 35,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 53,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Danish",
    "url": "http://translate.pkp.sfu.ca/languages/da/"
}