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": 1847,
    "total_words": 8062,
    "last_change": "2023-03-21T09:11:59.809852Z",
    "recent_changes": 45,
    "translated": 397,
    "translated_words": 1242,
    "translated_percent": 21.4,
    "translated_words_percent": 15.4,
    "translated_chars": 8132,
    "translated_chars_percent": 15.7,
    "total_chars": 51483,
    "fuzzy": 125,
    "fuzzy_percent": 6.7,
    "failing": 5,
    "failing_percent": 0.2,
    "name": "Danish",
    "url": "http://i18n.foe-helper.com/languages/da/"
}