Using api for vaccine center

hi i am creating a project to find nearest vaccine center to the users location. where i want user to enter their address and should get list of nearest vaccine centers to their entered address. i am a beginner and want to know how it can be done also which APIs to use also my project is in php and using mysql.

Hi @zee08,

we’ve done something similar a while ago. Take a look at OpenRouteService route planner - directions, isochrones and places.

We are using vaccination centers that are added in OSM and extract them from time to time using the overpass API into a static geojson, which is used in the app.

Best regards

1 Like