I created the website where you can check the Covid Vaccine Slots without login which is one of the most furstating part. Behind the scene I created the server where I access the official CoWIN APIs and update my DB from their I am transferring it on Frontend website.
If you like my work, you can support me by buying me a coffee by clicking the link below
- State based search from the AutoComplete
- Districts based search from the AutoComplete
- Search on the basis of PinCode
- Distribution based on Age[18+/45+]
- Distribution based on type of Dose [Dose 1/Dose 2]
- Add next weeks scroll for next day into the table.
- Display vaccine category available.
- Display amount of paid Vaccine based on category.
- Show Complete Address of the Vaccination Center.
{
"center_id":706779,
"name":"DELHI HEART LUNG INS. SITE 2",
"address":"3 MM II PANCHKUIAN ROAD NEW DELHI 110005",
"state_name":"Delhi",
"district_name":"Central Delhi",
"block_name":"Not Applicable",
"pincode":110055,
"lat":28,
"long":77,
"from":"09:00:00",
"to":"17:00:00",
"fee_type":"Paid",
"sessions":[
{
"session_id":"2dc48e6c-d3b3-45e3-8dfa-69415c3871e5",
"date":"06-07-2021",
"available_capacity":0,
"min_age_limit":18,
"vaccine":"COVAXIN",
"slots":[
"09:00AM-11:00AM",
"11:00AM-01:00PM",
"01:00PM-03:00PM",
"03:00PM-05:00PM"
],
"available_capacity_dose1":0,
"available_capacity_dose2":0
},
{
"session_id":"e99604fd-50b7-4520-835b-b2a52cec4406",
"date":"07-07-2021",
"available_capacity":0,
"min_age_limit":18,
"vaccine":"COVAXIN",
"slots":[
"09:00AM-11:00AM",
"11:00AM-01:00PM",
"01:00PM-03:00PM",
"03:00PM-05:00PM"
],
"available_capacity_dose1":0,
"available_capacity_dose2":0
},
{
"session_id":"8ea2f2e8-ed13-46c9-959b-3c8ef96716bd",
"date":"08-07-2021",
"available_capacity":0,
"min_age_limit":18,
"vaccine":"COVAXIN",
"slots":[
"09:00AM-11:00AM",
"11:00AM-01:00PM",
"01:00PM-03:00PM",
"03:00PM-05:00PM"
],
"available_capacity_dose1":0,
"available_capacity_dose2":0
},
{
"session_id":"87c2588e-e23a-49c7-a3eb-64ff725c58f9",
"date":"09-07-2021",
"available_capacity":0,
"min_age_limit":18,
"vaccine":"COVAXIN",
"slots":[
"09:00AM-11:00AM",
"11:00AM-01:00PM",
"01:00PM-03:00PM",
"03:00PM-05:00PM"
],
"available_capacity_dose1":0,
"available_capacity_dose2":0
},
{
"session_id":"2b320c42-af06-4227-a281-d94b39b5f8a3",
"date":"10-07-2021",
"available_capacity":0,
"min_age_limit":18,
"vaccine":"COVAXIN",
"slots":[
"09:00AM-11:00AM",
"11:00AM-01:00PM",
"01:00PM-03:00PM",
"03:00PM-05:00PM"
],
"available_capacity_dose1":0,
"available_capacity_dose2":0
},
{
"session_id":"6f47c2d0-5c12-441b-9eb8-a47ecdc4e97e",
"date":"12-07-2021",
"available_capacity":0,
"min_age_limit":18,
"vaccine":"COVAXIN",
"slots":[
"09:00AM-11:00AM",
"11:00AM-01:00PM",
"01:00PM-03:00PM",
"03:00PM-05:00PM"
],
"available_capacity_dose1":0,
"available_capacity_dose2":0
}
],
"vaccine_fees":[
{
"vaccine":"COVAXIN",
"fee":"1260"
}
]
}