全国城市运营商手机号段,我们致力于为用户提供专业的免费API数据接口服务
本接口是全网手机号段归属地 + 运营商查询接口,可快速查询手机号段对应的省份、城市、运营商、区号、邮编、行政区划代码等完整信息,支持按城市筛选、按移动 / 联通 / 电信 / 广电运营商过滤,自带分页功能,适合公众号、小程序、CRM 系统、营销获客系统、号码过滤筛选等业务场景接入使用。
https://api.66laji.cn/api/haoduan/index.php
https://api.66laji.cn/api/haoduan/index.php?apikey=[你开通的apikey]&words=[必填,城市名(支持「上海」「上海市」,会自动去掉末尾「市」再匹配)]&type=[可选:1移动 2联通 3电信 4广电 5其它;不传则不限运营商]&page=[可选,默认 1,小于 1 按 1 处理]&limit=[可选,默认 50,最大 200]
点击右侧按钮复制完整请求地址,参数值请替换为实际有效值
| 参数名 | 是否必填 | 参数类型 | 参数说明 |
|---|---|---|---|
|
apikey
|
是 | string |
你开通的apikey
点击登录获取秘钥 |
|
words
|
是 | string | 必填,城市名(支持「上海」「上海市」,会自动去掉末尾「市」再匹配) |
|
type
|
是 | string | 可选:1移动 2联通 3电信 4广电 5其它;不传则不限运营商 |
|
page
|
否 | string | 可选,默认 1,小于 1 按 1 处理 |
|
limit
|
否 | string | 可选,默认 50,最大 200 |
| 参数名 | 参数类型 | 参数说明 |
|---|---|---|
| 暂无返回参数信息 | ||
{
"code": 0,
"msg": "ok",
"data": {
"page": 1,
"limit": 10,
"total": 689,
"list": [
{
"sheng": "江苏",
"shi": "连云港",
"quhao": "0518",
"youbian": "222000",
"qhdm": "320700",
"data": {
"hd": "1340126",
"isp": "中国移动"
}
},
{
"sheng": "江苏",
"shi": "连云港",
"quhao": "0518",
"youbian": "222000",
"qhdm": "320700",
"data": {
"hd": "1340418",
"isp": "中国移动"
}
},
{
"sheng": "江苏",
"shi": "连云港",
"quhao": "0518",
"youbian": "222000",
"qhdm": "320700",
"data": {
"hd": "1350513",
"isp": "中国移动"
}
},
{
"sheng": "江苏",
"shi": "连云港",
"quhao": "0518",
"youbian": "222000",
"qhdm": "320700",
"data": {
"hd": "1351156",
"isp": "中国移动"
}
},
{
"sheng": "江苏",
"shi": "连云港",
"quhao": "0518",
"youbian": "222000",
"qhdm": "320700",
"data": {
"hd": "1358528",
"isp": "中国移动"
}
},
{
"sheng": "江苏",
"shi": "连云港",
"quhao": "0518",
"youbian": "222000",
"qhdm": "320700",
"data": {
"hd": "1358529",
"isp": "中国移动"
}
},
{
"sheng": "江苏",
"shi": "连云港",
"quhao": "0518",
"youbian": "222000",
"qhdm": "320700",
"data": {
"hd": "1360512",
"isp": "中国移动"
}
},
{
"sheng": "江苏",
"shi": "连云港",
"quhao": "0518",
"youbian": "222000",
"qhdm": "320700",
"data": {
"hd": "1360513",
"isp": "中国移动"
}
},
{
"sheng": "江苏",
"shi": "连云港",
"quhao": "0518",
"youbian": "222000",
"qhdm": "320700",
"data": {
"hd": "1361155",
"isp": "中国移动"
}
},
{
"sheng": "江苏",
"shi": "连云港",
"quhao": "0518",
"youbian": "222000",
"qhdm": "320700",
"data": {
"hd": "1364512",
"isp": "中国移动"
}
}
]
}
}