Get vaccination centers by latitude and longitude

GET {{baseUrl}}/v2/appointment/centers/findByLatLong?lat=28.7&long=77.1

API to get vaccination centers by latitude and longitude.

Request Params

KeyDatatypeRequiredDescription
latstring(Required)
longstring(Required)

HEADERS

KeyDatatypeRequiredDescription
Accept-LanguagestringThe locate code of the preferred language such as en_US. The text data will be returned in the preferred language along with default English text.

RESPONSES

status: OK

{"centers":[{"center_id":1234,"name":"District General Hostpital","state_name":"Maharashtra","district_name":"Satara","block_name":"Jaoli","pincode":"413608","from":"09:00:00","to":"18:00:00","fee_type":"Paid","name_l":"laboris","state_name_l":"ullamco reprehenderit sit","district_name_l":"qui tempor","block_name_l":"officia magna consectetur","lat":28.7,"long":77.1},{"center_id":1234,"name":"District General Hostpital","state_name":"Maharashtra","district_name":"Satara","block_name":"Jaoli","pincode":"413608","from":"09:00:00","to":"18:00:00","fee_type":"Paid","name_l":"ut nostrud do","state_name_l":"dolor velit","district_name_l":"exercitation tempor in mollit","block_name_l":"dolore nostrud in laborum","lat":28.7,"long":77.1}],"ttl":50549191.155213356}