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": 675,
    "total_words": 2824,
    "total_chars": 17091,
    "last_change": "2023-05-19T15:34:25.941923Z",
    "recent_changes": 1,
    "translated": 518,
    "translated_words": 1831,
    "translated_percent": 76.7,
    "translated_words_percent": 64.8,
    "translated_chars": 11137,
    "translated_chars_percent": 65.1,
    "fuzzy": 4,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 29,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 166,
    "fuzzy_chars_percent": 0.9,
    "failing": 4,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Danish",
    "url": "https://translate.skvalex.com/languages/da/"
}