The user can search location of the nearest vaccination center & vaccine details by entering his State and corresponding District. Moreover the user can filter slots according to the date. The data is being fetched by real time APIs.
Api used for fetching slots :
https://cdn-api.co-vin.in/api/v2/appointment/sessions/public/calendarByDistrict?district_id=
Api used to fetch ID of districts :
https://cdn-api.co-vin.in/api/v2/admin/location/districts/
- Search slots in range of 5 days from the chosen date :
- Search slots only on the chosen date :
- If there is no availability of dose, the field is marked in red else - green :


