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": 7060,
    "total_words": 44508,
    "total_chars": 312389,
    "last_change": "2024-04-24T12:57:36.322599Z",
    "recent_changes": 98,
    "translated": 1188,
    "translated_words": 5032,
    "translated_percent": 16.8,
    "translated_words_percent": 11.3,
    "translated_chars": 33008,
    "translated_chars_percent": 10.5,
    "fuzzy": 2271,
    "fuzzy_percent": 32.1,
    "fuzzy_words": 14415,
    "fuzzy_words_percent": 32.3,
    "fuzzy_chars": 113250,
    "fuzzy_chars_percent": 36.2,
    "failing": 1950,
    "failing_percent": 27.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "readonly_words": 11,
    "readonly_words_percent": 0.1,
    "readonly_chars": 70,
    "readonly_chars_percent": 0.1,
    "suggestions": 30,
    "comments": 3,
    "name": "Danish",
    "url": "https://weblate.framasoft.org/languages/da/"
}