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": 63312,
    "total_words": 501734,
    "total_chars": 3247200,
    "last_change": "2024-04-16T08:36:19.724375Z",
    "recent_changes": 353,
    "translated": 36297,
    "translated_words": 209816,
    "translated_percent": 57.3,
    "translated_words_percent": 41.8,
    "translated_chars": 1353473,
    "translated_chars_percent": 41.6,
    "fuzzy": 4683,
    "fuzzy_percent": 7.3,
    "fuzzy_words": 28097,
    "fuzzy_words_percent": 5.5,
    "fuzzy_chars": 184766,
    "fuzzy_chars_percent": 5.6,
    "failing": 2271,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.1,
    "readonly_words": 35,
    "readonly_words_percent": 0.1,
    "readonly_chars": 241,
    "readonly_chars_percent": 0.1,
    "suggestions": 2252,
    "comments": 0,
    "name": "Danish",
    "url": "https://translate.fedoraproject.org/languages/da/"
}