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": 239,
    "total_words": 1940,
    "last_change": "2021-12-30T23:20:41.001184Z",
    "recent_changes": 24,
    "translated": 58,
    "translated_words": 147,
    "translated_percent": 24.2,
    "translated_words_percent": 7.5,
    "translated_chars": 902,
    "translated_chars_percent": 7.6,
    "total_chars": 11766,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Danish",
    "url": "https://i18n.tweaked.cc/languages/da/"
}