Forums

Add to whitelist

Hi please whitelist this API Its covid vaccine availability check API by Indian Government https://cdn-api.co-vin.in/api/v2/

Endpoint : https://cdn-api.co-vin.in/api/v2/appointment/sessions/public/calendarByPin?pincode=110001&date=31-03-2021

Hi- I can't seem to access any documentation about the api- could you provide that?

Sorry I should Have given this also Documentation : https://apisetu.gov.in/public/marketplace/api/cowin/cowin-protected-v2

Please add this asap if possible.

Ah- it seems that api.demo.co-vin.in and cdn-api.co-vin.in are already on our whitelist.

response = requests.get( 'https://cdn-api.co-vin.in/api/v2/appointment/sessions/public/calendarByPin?pincode=' + pin + '&date=' + date )

response.raise_for_status()

Sir but on calling it give 403 forbidden error

What is the full error message you get?