稳定、快速的API服务

全国城市运营商手机号段,我们致力于为用户提供专业的免费API数据接口服务

全国城市运营商手机号段 v1.0

最后更新: 2026-05-11 23:28:07

本接口是全网手机号段归属地 + 运营商查询接口,可快速查询手机号段对应的省份、城市、运营商、区号、邮编、行政区划代码等完整信息,支持按城市筛选、按移动 / 联通 / 电信 / 广电运营商过滤,自带分页功能,适合公众号、小程序、CRM 系统、营销获客系统、号码过滤筛选等业务场景接入使用。

免费 调用次数: 133 正常运行 响应速度: <100ms 需要传入API密钥

接口信息

接口地址:
https://api.66laji.cn/api/haoduan/index.php
请求方式: GET
返回格式: json

调用统计

0
今日调用
133
总调用次数
请求示例 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": "中国移动"
                }
            }
        ]
    }
}