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": 285188,
    "total_words": 2400634,
    "total_chars": 19039578,
    "last_change": "2024-05-01T11:28:54.687509Z",
    "recent_changes": 1023,
    "translated": 262222,
    "translated_words": 2150818,
    "translated_percent": 91.9,
    "translated_words_percent": 89.5,
    "translated_chars": 16772595,
    "translated_chars_percent": 88.0,
    "fuzzy": 8,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 43,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 305,
    "fuzzy_chars_percent": 0.1,
    "failing": 2608,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 53,
    "readonly_percent": 0.1,
    "readonly_words": 89,
    "readonly_words_percent": 0.1,
    "readonly_chars": 630,
    "readonly_chars_percent": 0.1,
    "suggestions": 376,
    "comments": 20,
    "name": "Danish",
    "url": "https://translations.documentfoundation.org/languages/da/"
}