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": 7097,
    "total_words": 32444,
    "total_chars": 213176,
    "last_change": "2024-04-25T17:19:07.762476Z",
    "recent_changes": 284,
    "translated": 4302,
    "translated_words": 14575,
    "translated_percent": 60.6,
    "translated_words_percent": 44.9,
    "translated_chars": 97561,
    "translated_chars_percent": 45.7,
    "fuzzy": 535,
    "fuzzy_percent": 7.5,
    "failing": 329,
    "failing_percent": 4.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 171,
    "comments": 0,
    "name": "Danish",
    "url": "https://l10n.elementary.io/languages/da/"
}