Authorization: Bearer ********************{
"month": "2025-Q1",
"area": 3.429,
"size": 100,
"query_type": "circle",
"radius": 100,
"location": "113.943,22.535",
"polygon": "[[114.04391063990342, 22.536102954571458 ], [ 114.05454135793163, 22.509839756157085 ], [ 114.02720526705015, 22.517670375484375 ], [ 114.04391063990342, 22.536102954571458 ] ]"
}curl --location --request POST 'https://data-api.isjike.com/api/v1/citymap/PersionConcentration' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"month": "2025-Q1",
"area": 3.429,
"size": 100,
"query_type": "circle",
"radius": 100,
"location": "113.943,22.535",
"polygon": "[[114.04391063990342, 22.536102954571458 ], [ 114.05454135793163, 22.509839756157085 ], [ 114.02720526705015, 22.517670375484375 ], [ 114.04391063990342, 22.536102954571458 ] ]"
}'{
"response_id": "7ab379b2-6888-4112-94e4-bdedabcd0ef2",
"code": 200,
"message": "success",
"biz_code": 200,
"biz_message": "成功",
"data": [
{
"type": 1,
"num": 123
},
{
"type": 2,
"num": 1079
},
{
"type": 3,
"num": 1203
},
{
"type": 4,
"num": 56
},
{
"type": 5,
"num": 516
},
{
"type": 6,
"num": 27
},
{
"type": 7,
"num": 418
},
{
"type": 8,
"num": 28
},
{
"type": 9,
"num": 194
},
{
"type": 10,
"num": 231
},
{
"type": 11,
"num": 2773
},
{
"type": 12,
"num": 1533
},
{
"type": 13,
"num": 3268
},
{
"type": 14,
"num": 2335
},
{
"type": 15,
"num": 1397
},
{
"type": 16,
"num": 2708
},
{
"type": 102,
"num": 840
}
]
}