Languages API.

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

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

{
    "total": 60185,
    "total_words": 481454,
    "total_chars": 3117799,
    "last_change": "2023-09-27T01:02:13.435165Z",
    "recent_changes": 484,
    "translated": 33835,
    "translated_words": 195146,
    "translated_percent": 56.2,
    "translated_words_percent": 40.5,
    "translated_chars": 1259598,
    "translated_chars_percent": 40.4,
    "fuzzy": 4419,
    "fuzzy_percent": 7.3,
    "failing": 2203,
    "failing_percent": 3.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 2183,
    "comments": 0,
    "name": "Danish",
    "url": "https://translate.fedoraproject.org/languages/da/"
}