Authorization: Bearer ********************{
"month": "2025-Q1",
"area": 3.429,
"size": 20,
"query_type": "circle",
"population_type": 1,
"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/population' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"month": "2025-Q1",
"area": 3.429,
"size": 20,
"query_type": "circle",
"population_type": 1,
"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": "3dc1306c-1d58-4932-a99f-d5be20e0f688",
"code": 200,
"message": "success",
"biz_code": 0,
"biz_message": "",
"data": [
{
"cnt": 4,
"center_loc": {
"lng": 113.94370571112,
"lat": 22.5351669998
},
"net_id": "-21478|-10735"
},
{
"cnt": 6,
"center_loc": {
"lng": 113.94274188132,
"lat": 22.53498562048
},
"net_id": "-21483|-10736"
},
{
"cnt": 12,
"center_loc": {
"lng": 113.94274188132,
"lat": 22.53480424116
},
"net_id": "-21483|-10737"
},
{
"cnt": 17,
"center_loc": {
"lng": 113.94274188132,
"lat": 22.53462286184
},
"net_id": "-21483|-10738"
},
{
"cnt": 4,
"center_loc": {
"lng": 113.94254911536001,
"lat": 22.535348379120002
},
"net_id": "-21484|-10734"
},
{
"cnt": 12,
"center_loc": {
"lng": 113.94254911536001,
"lat": 22.5351669998
},
"net_id": "-21484|-10735"
},
{
"cnt": 8,
"center_loc": {
"lng": 113.94254911536001,
"lat": 22.53498562048
},
"net_id": "-21484|-10736"
},
{
"cnt": 8,
"center_loc": {
"lng": 113.94254911536001,
"lat": 22.53480424116
},
"net_id": "-21484|-10737"
},
{
"cnt": 17,
"center_loc": {
"lng": 113.94254911536001,
"lat": 22.53462286184
},
"net_id": "-21484|-10738"
},
{
"cnt": 10,
"center_loc": {
"lng": 113.94254911536001,
"lat": 22.534441482520002
},
"net_id": "-21484|-10739"
},
{
"cnt": 4,
"center_loc": {
"lng": 113.94254911536001,
"lat": 22.5342601032
},
"net_id": "-21484|-10740"
},
{
"cnt": 6,
"center_loc": {
"lng": 113.9423563494,
"lat": 22.5351669998
},
"net_id": "-21485|-10735"
},
{
"cnt": 12,
"center_loc": {
"lng": 113.9423563494,
"lat": 22.53498562048
},
"net_id": "-21485|-10736"
},
{
"cnt": 17,
"center_loc": {
"lng": 113.9423563494,
"lat": 22.53480424116
},
"net_id": "-21485|-10737"
},
{
"cnt": 6,
"center_loc": {
"lng": 113.9423563494,
"lat": 22.53462286184
},
"net_id": "-21485|-10738"
}
]
}