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": 65013,
    "total_words": 512224,
    "total_chars": 3315258,
    "last_change": "2024-09-16T16:10:17.676191Z",
    "recent_changes": 140,
    "translated": 37630,
    "translated_words": 217350,
    "translated_percent": 57.8,
    "translated_words_percent": 42.4,
    "translated_chars": 1402362,
    "translated_chars_percent": 42.3,
    "fuzzy": 4823,
    "fuzzy_percent": 7.4,
    "fuzzy_words": 28887,
    "fuzzy_words_percent": 5.6,
    "fuzzy_chars": 189608,
    "fuzzy_chars_percent": 5.7,
    "failing": 1773,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.1,
    "readonly_words": 42,
    "readonly_words_percent": 0.1,
    "readonly_chars": 302,
    "readonly_chars_percent": 0.1,
    "suggestions": 2306,
    "comments": 0,
    "name": "Danish",
    "url": "https://translate.fedoraproject.org/languages/da/"
}