Languages API.

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

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

{
    "total": 1399,
    "total_words": 11818,
    "last_change": null,
    "recent_changes": 0,
    "translated": 463,
    "translated_words": 3151,
    "translated_percent": 33.0,
    "translated_words_percent": 26.6,
    "translated_chars": 20160,
    "translated_chars_percent": 25.7,
    "total_chars": 78245,
    "fuzzy": 104,
    "fuzzy_percent": 7.4,
    "failing": 115,
    "failing_percent": 8.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Malayalam",
    "url": "https://l10n.opensuse.org/languages/ml/"
}