cowinapi / developer.cowin

This group is created to facilitate technical and integration discussions related to cowin platform. API related contents can be obtained at API setu portal https://apisetu.gov.in/public/marketplace/api/cowin
115 stars 30 forks source link

APIs returning calendar results not showing latest results. #364

Closed saikrishnaa97 closed 3 years ago

saikrishnaa97 commented 3 years ago

APIs that return calendar results are not returning the latest results. Even after the doses are all booked in a particular centre (shown by the findBy* apis), the calendar APIs sill show that there are some slots left.

safiyat commented 3 years ago

To quote from the website:

The appointment availability data is cached and may be upto 30 minutes old.

Screenshot 2021-05-30 at 1 42 45 PM

You will get stale data from the public APIs. Switch to private APIs if you can, and it should work better.

theGeekyLad commented 3 years ago

Request the OP to kindly skim through the other issues (like this) before spawning a new one. Kindly close this.

saikrishnaa97 commented 3 years ago

Duplicate of https://github.com/cowinapi/developer.cowin/issues/40.