curl --location --request GET 'https://restapi.amap.com/v5/place/around?keywords=&types&location&radius&sortrule®ion&show_fields&page_size&page_num&sig&output&callback'
{
"status": "string",
"info": "string",
"infocode": "string",
"count": 0,
"pois": {
"poi": [
{
"name": "string",
"id": "string",
"location": "string",
"type": "string",
"typecode": "string",
"pname": "string",
"cityname": "string",
"adname": "string",
"address": "string",
"pcode": "string",
"adcode": "string",
"citycode": "string",
"children": [
{
"id": "string",
"name": "string",
"location": "string",
"address": "string",
"subtype": "string",
"typecode": "string",
"business": {
"business_area": "string",
"tel": "string",
"tag": "string",
"rating": 0,
"cost": 0,
"parking_type": "string",
"alias": "string",
"navi": {
"navi_poiid": "string",
"entr_location": "string",
"exit_location": "string",
"gridcode": "string",
"photos": [
{
"title": "string",
"url": "string"
}
]
}
}
}
]
}
]
},
"description": null
}