GET /chartAPI/apidatacharts/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "dist_name_en": "BENGALURU",
        "total_patients": 139,
        "hosp_patients": 73,
        "recov_patients": 60,
        "deceased_patients": 6
    },
    {
        "dist_name_en": "MYSURU",
        "total_patients": 88,
        "hosp_patients": 47,
        "recov_patients": 41,
        "deceased_patients": 0
    },
    {
        "dist_name_en": "BELAGAVI",
        "total_patients": 54,
        "hosp_patients": 46,
        "recov_patients": 7,
        "deceased_patients": 1
    },
    {
        "dist_name_en": "KALABURAGI",
        "total_patients": 44,
        "hosp_patients": 33,
        "recov_patients": 7,
        "deceased_patients": 4
    },
    {
        "dist_name_en": "VIJAYAPURA",
        "total_patients": 41,
        "hosp_patients": 33,
        "recov_patients": 6,
        "deceased_patients": 2
    },
    {
        "dist_name_en": "BAGALKOTE",
        "total_patients": 26,
        "hosp_patients": 19,
        "recov_patients": 6,
        "deceased_patients": 1
    },
    {
        "dist_name_en": "DAKSHINA KANNADA",
        "total_patients": 19,
        "hosp_patients": 7,
        "recov_patients": 10,
        "deceased_patients": 2
    },
    {
        "dist_name_en": "MANDYA",
        "total_patients": 18,
        "hosp_patients": 15,
        "recov_patients": 3,
        "deceased_patients": 0
    },
    {
        "dist_name_en": "CHIKKABALLAPURA",
        "total_patients": 17,
        "hosp_patients": 5,
        "recov_patients": 11,
        "deceased_patients": 1
    },
    {
        "dist_name_en": "BIDAR",
        "total_patients": 15,
        "hosp_patients": 6,
        "recov_patients": 9,
        "deceased_patients": 0
    },
    {
        "dist_name_en": "BALLARI",
        "total_patients": 13,
        "hosp_patients": 8,
        "recov_patients": 5,
        "deceased_patients": 0
    },
    {
        "dist_name_en": "UTTARA KANNADA",
        "total_patients": 11,
        "hosp_patients": 1,
        "recov_patients": 10,
        "deceased_patients": 0
    },
    {
        "dist_name_en": "DHARWAR",
        "total_patients": 9,
        "hosp_patients": 7,
        "recov_patients": 2,
        "deceased_patients": 0
    },
    {
        "dist_name_en": "BENGALURU RURAL",
        "total_patients": 7,
        "hosp_patients": 3,
        "recov_patients": 4,
        "deceased_patients": 0
    },
    {
        "dist_name_en": "DAVANAGERE",
        "total_patients": 5,
        "hosp_patients": 3,
        "recov_patients": 2,
        "deceased_patients": 0
    },
    {
        "dist_name_en": "GADAG",
        "total_patients": 5,
        "hosp_patients": 4,
        "recov_patients": 0,
        "deceased_patients": 1
    },
    {
        "dist_name_en": "UDUPI",
        "total_patients": 4,
        "hosp_patients": 0,
        "recov_patients": 4,
        "deceased_patients": 0
    },
    {
        "dist_name_en": "TUMAKURU",
        "total_patients": 3,
        "hosp_patients": 1,
        "recov_patients": 1,
        "deceased_patients": 1
    },
    {
        "dist_name_en": "CHITRADURGA",
        "total_patients": 1,
        "hosp_patients": 0,
        "recov_patients": 1,
        "deceased_patients": 0
    },
    {
        "dist_name_en": "KODAGU",
        "total_patients": 1,
        "hosp_patients": 0,
        "recov_patients": 1,
        "deceased_patients": 0
    }
]