v1
latestOpenAPI 3.1.02026-07-2422707.0 MBRetrieve list of centers close to the base center
This API retrieves a list of centers based on the base center's ID and coordinates (latitude and longitude).
get/{api_url} /v1/Centers
Request body
Response
200
Example response
{
"centers": [
{
"id": "c56f4e05-62b5-4033-b42e-b72db37722df",
"code": "2112",
"name": "Nellore",
"display_name": "Nellore",
"online_booking_start_date": "2018-09-05T00:00:00",
"enable_parallel_services_at_center": true,
"country": {
"id": 95,
"code": "IN",
"name": "India",
"phone_code": 91,
"nationality": "Indian"
},
"state": {
"id": 4,
"code": "IN0002",
"name": "Andhra Pradesh",
"short_name": "AP"
},
"location": {
"time_zone": {
"id": 68,
"name": "(UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi",
"standard_name": "India Standard Time",
"symbol": "India Standard Time"
}
},
"currency": {
"id": 61,
"name": "Indian Rupee",
"code": "INR",
"symbol": "20B9"
},
"address_info": {
"city": "Others"
},
"additional_info": {
"can_book": true,
"collect_feedback": true,
"services_available": true,
"categories_available": true,
"cancellation_fee_duration": 60
},
"go_settings": {
"allow_self_checkin_before": 60,
"allow_self_checkin_within_radius": 100
},
"culture_code_at_center": "en"
}
],
"page_info": {
"total": 9,
"page": -1,
"size": -1
}
}