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": 2043,
    "total_words": 8866,
    "last_change": "2023-03-21T09:11:59.809852Z",
    "recent_changes": 45,
    "translated": 386,
    "translated_words": 1210,
    "translated_percent": 18.8,
    "translated_words_percent": 13.6,
    "translated_chars": 7895,
    "translated_chars_percent": 14.1,
    "total_chars": 55952,
    "fuzzy": 137,
    "fuzzy_percent": 6.7,
    "failing": 7,
    "failing_percent": 0.3,
    "name": "Danish",
    "url": "http://i18n.foe-helper.com/languages/da/"
}