Languages API.

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

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

{
    "total": 13567,
    "total_words": 42054,
    "last_change": null,
    "recent_changes": 0,
    "translated": 866,
    "translated_words": 1543,
    "translated_percent": 6.3,
    "translated_words_percent": 3.6,
    "translated_chars": 10924,
    "translated_chars_percent": 3.3,
    "total_chars": 325221,
    "fuzzy": 1990,
    "fuzzy_percent": 14.6,
    "failing": 186,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Sami (Northern)",
    "url": "https://l10n.opensuse.org/languages/se/"
}