电话号码标记获取
接口地址 https://apis.kit9.cn/api/phone_harass/api.php
请求方式 GET/POST
返回格式 JSON
HTTP/HTTPS 支持
请求示例 https://apis.kit9.cn/api/phone_harass/api.php?tel=1388888888
参数说明
参数 | 必填 | 类型 | 说明 |
---|---|---|---|
tel | 是 | String | 手机号 |
返回参数
名称 | 类型 | 说明 | ||
---|---|---|---|---|
code | number | 状态码 200为正常,其它为异常 | ||
msg | string | 状态说明 | ||
info | array | 数组 | ||
province | string | 省份 | ||
city | string | 城市 | ||
isp | string | 运营商 | ||
data | array | 数组 | ||
name | string | 检测方 | ||
result | string | 拦截结果 |
返回示例
{ "code": 200, "msg": "success", "info": { "province": "云南", "city": "昆明", "isp": "移动" }, "data": [ { "name": "搜狗", "result": "正常号码" }, { "name": "百度", "result": "骚扰电话" }, { "name": "奇虎", "result": "骚扰电话" } ] }