Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/da/statistics/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 75936,
    "total_words": 728693,
    "total_chars": 4756089,
    "last_change": "2025-05-16T07:10:22.353375Z",
    "recent_changes": 142,
    "translated": 38820,
    "translated_words": 224286,
    "translated_percent": 51.1,
    "translated_words_percent": 30.7,
    "translated_chars": 1446970,
    "translated_chars_percent": 30.4,
    "fuzzy": 5820,
    "fuzzy_percent": 7.6,
    "fuzzy_words": 35616,
    "fuzzy_words_percent": 4.8,
    "fuzzy_chars": 235320,
    "fuzzy_chars_percent": 4.9,
    "failing": 1989,
    "failing_percent": 2.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 26,
    "readonly_percent": 0.1,
    "readonly_words": 40,
    "readonly_words_percent": 0.1,
    "readonly_chars": 284,
    "readonly_chars_percent": 0.1,
    "suggestions": 2405,
    "comments": 0,
    "name": "Danish",
    "url": "https://translate.fedoraproject.org/languages/da/"
}