电话归属地获取
接口地址 https://apis.kit9.cn/api/phone_attribution/api.php
请求方式 GET/POST
返回格式 JSON
HTTP/HTTPS 支持
请求示例 https://apis.kit9.cn/api/phone_attribution/api.php?tel=18792412678
参数说明
参数 | 必填 | 类型 | 说明 |
---|---|---|---|
tel | 是 | String | 手机号 |
返回参数
名称 | 类型 | 说明 | ||
---|---|---|---|---|
code | number | 状态码 200为正常,其它为异常 | ||
msg | string | 状态说明 | ||
data | array | 数组 | ||
phone_number | string | 手机号 | ||
phone_attribution | string | 归属地 | ||
phone_duan | string | 号码段 | ||
phone_type | string | 卡类型 | ||
phone_operators | string | 运营商 | ||
phone_bz | string | 通信标准 |
返回示例
{ "code": 200, "msg": "success", "data": { "phone_number": "18792412678", "phone_attribution": "陕西省西安市", "phone_duan": "1879241", "phone_type": "陕西移动GSM卡 (3G)", "phone_operators": "中国移动", "phone_bz": "GSM (全球移动通信系统)" } }