Languages API.

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

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

{
    "total": 155864,
    "total_words": 693574,
    "total_chars": 4243066,
    "last_change": null,
    "recent_changes": 0,
    "translated": 56,
    "translated_words": 87,
    "translated_percent": 0.1,
    "translated_words_percent": 0.1,
    "translated_chars": 611,
    "translated_chars_percent": 0.1,
    "fuzzy": 92,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 92,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 252,
    "fuzzy_chars_percent": 0.1,
    "failing": 16,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 0.1,
    "readonly_words": 75,
    "readonly_words_percent": 0.1,
    "readonly_chars": 539,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Bambara",
    "url": "https://translations.documentfoundation.org/languages/bm/"
}