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": 132567,
    "total_words": 1960123,
    "last_change": "2022-03-23T16:38:22.060376Z",
    "recent_changes": 558,
    "translated": 28694,
    "translated_words": 159494,
    "translated_percent": 21.6,
    "translated_words_percent": 8.1,
    "translated_chars": 1082404,
    "translated_chars_percent": 8.0,
    "total_chars": 13466504,
    "fuzzy": 5835,
    "fuzzy_percent": 4.4,
    "failing": 3010,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.1,
    "suggestions": 15,
    "comments": 2,
    "name": "Danish",
    "url": "https://l10n.opensuse.org/languages/da/"
}