Authorization: Bearer ********************{
"month": "2025-Q1",
"area": 3.429,
"size": 100,
"query_type": "circle",
"population_type": 1,
"radius": 100,
"location": "113.943,22.535",
"data_type": 1
}curl --location --request POST 'https://data-api.isjike.com/api/v1/citymap/populationlabel' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"month": "2025-Q1",
"area": 3.429,
"size": 100,
"query_type": "circle",
"population_type": 1,
"radius": 100,
"location": "113.943,22.535",
"data_type": 1
}'{
"response_id": "ad93cc09-bff1-4ebd-8f1b-b65460e60e81",
"code": 200,
"message": "success",
"biz_code": 0,
"biz_message": "",
"data": {
"date": "2025-Q1",
"data": {
"年龄段": {
"18-24岁": 0.03306,
"25-29岁": 0.15702,
"30-34岁": 0.16528,
"35-39岁": 0.09917,
"40-44岁": 0.06611,
"45-49岁": 0.13223,
"50-54岁": 0.13223,
"55-59岁": 0.09917,
"60-64岁": 0,
"65-69岁": 0.03306,
"70-74岁": 0.04959,
"75-79岁": 0,
"80-84岁": 0,
"85以上": 0.03306
},
"性别": {
"man": 0.5553134547560776,
"woman": 0.4446865452439223
},
"职业分布": {
"自由职业者": 0.14634,
"写字楼白领": 0.60975,
"政府工作人员": 0,
"工厂蓝领工": 0.04878,
"教育行业工作人员": 0,
"大学生": 0,
"购物行业": 0,
"医院工作人员": 0,
"餐饮行业工作人员": 0.04878,
"景区工作人员": 0,
"外卖员": 0,
"酒店行业工作人员": 0.14634,
"娱乐行业工作人员": 0,
"丽人行业": 0,
"铁路工作人员": 0,
"机场工作人员": 0,
"网约车司机": 0,
"金融工作人员": 0,
"汽车保养行业工作人员": 0,
"亲子行业工作人员": 0
},
"婚姻": {
"已婚": 0.50406,
"未婚": 0.49593
},
"有无房产": {
"有": 0.5691,
"无": 0.43089
},
"有无小孩": {
"有": 0.45365,
"无": 0.54635
},
"孩子年龄": {
"0-3岁(婴幼儿)": 0.40322,
"4-6岁(学龄前)": 0.2258,
"7-12岁(小学生)": 0.3387,
"13-17岁(初高中生)": 0.03226
},
"学历": {
"低学历(初中及以下)": 0.60162,
"中学历(高中)": 0.28455,
"高学历(大学、大专、研究生)": 0.11382
}
}
}
}