骚扰电话查询
查询电话号码是否被标记为骚扰电话

接口地址: https://apis.jxcxin.cn/api/srdh

返回格式: JSON

请求方式: GET

请求示例: https://apis.jxcxin.cn/api/srdh?phone=15677246297

请求参数说明:

名称 必填 类型 说明
phone string 需要查询的手机号码

返回参数说明:

名称 类型 说明
phone string 返回查询的号码
where string 返回归属地
result string 返回查询结果
platform string 返回检测平台名称
type string 返回拦截状态

返回示例:

{
"phone":"15677246297",
"where":null,
"result":[
{
"platform":"蛙蛙在线",
"type":"骚扰电话"
},
{
"platform":"360手机卫士",
"type":""
},
{
"platform":"百度手机卫士",
"type":""
}
]
}

请求参数设置:

参数名称 参数值 操作


{
"phone":"15677246297",
"where":null,
"result":[
{
"platform":"蛙蛙在线",
"type":"骚扰电话"
},
{
"platform":"360手机卫士",
"type":""
},
{
"platform":"百度手机卫士",
"type":""
}
]
}

错误码格式说明:

名称 类型 说明
-1 string 参数缺失
3200 string apiKey为空
3201 string apiKey错误
3202 string apiKey过期
3203 string 请求频繁

代码示例:

暂无