Languages API.

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

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

{
    "total": 14999,
    "total_words": 101650,
    "last_change": null,
    "recent_changes": 0,
    "translated": 8810,
    "translated_words": 50099,
    "translated_percent": 58.7,
    "translated_words_percent": 49.2,
    "translated_chars": 359560,
    "translated_chars_percent": 49.4,
    "total_chars": 727521,
    "fuzzy": 150,
    "fuzzy_percent": 1.0,
    "failing": 571,
    "failing_percent": 3.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Bengali (India)",
    "url": "https://l10n.opensuse.org/languages/bn_IN/"
}