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": 2631,
    "total_words": 11576,
    "last_change": "2023-03-21T09:11:59.809852Z",
    "recent_changes": 45,
    "translated": 368,
    "translated_words": 1077,
    "translated_percent": 13.9,
    "translated_words_percent": 9.3,
    "translated_chars": 6818,
    "translated_chars_percent": 9.4,
    "total_chars": 71929,
    "fuzzy": 156,
    "fuzzy_percent": 5.9,
    "failing": 8,
    "failing_percent": 0.3,
    "name": "Danish",
    "url": "http://i18n.foe-helper.com/languages/da/"
}