Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/mr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 40798,
    "total_words": 245870,
    "last_change": "2019-04-29T17:27:03.134102Z",
    "recent_changes": 20,
    "translated": 12119,
    "translated_words": 48574,
    "translated_percent": 29.7,
    "translated_words_percent": 19.7,
    "translated_chars": 325039,
    "translated_chars_percent": 19.1,
    "total_chars": 1697229,
    "fuzzy": 11402,
    "fuzzy_percent": 27.9,
    "failing": 4071,
    "failing_percent": 9.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Marathi",
    "url": "https://l10n.opensuse.org/languages/mr/"
}