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": 11566,
    "total_words": 118617,
    "last_change": "2024-03-02T05:17:21.576249Z",
    "recent_changes": 180,
    "translated": 6444,
    "translated_words": 62028,
    "translated_percent": 55.7,
    "translated_words_percent": 52.2,
    "translated_chars": 374812,
    "translated_chars_percent": 52.6,
    "total_chars": 711883,
    "fuzzy": 254,
    "fuzzy_percent": 2.1,
    "failing": 838,
    "failing_percent": 7.2,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 47,
    "comments": 9,
    "name": "Danish",
    "url": "https://translate.habitica.com/languages/da/"
}