POST已开放mobile-empty-check
手机空号检测
提供高效准确的手机号码空号检测服务,识别停机、空号、在网等状态,助力企业优化数据,降低营销成本。
请求地址
https://openapi.toolkk.com/mobile/empty-check
默认限流
60 次/分钟
超时时间
5000 ms
提供高效准确的手机号码空号检测服务,识别停机、空号、在网等状态,助力企业优化数据,降低营销成本。
请求地址
https://openapi.toolkk.com/mobile/empty-check
默认限流
60 次/分钟
超时时间
5000 ms
所有接口都建议按 code、message、data 的标准结构进行解析。
{ code, message, data }
curl --request POST \
--url 'https://openapi.toolkk.com/mobile/empty-check' \
--header 'Content-Type: application/json' \
--header 'X-API-Key: YOUR_API_KEY' \
--data '{}'{}{
"code": 200,
"data": {
"isp": {
"type": "string",
"example": "电信",
"description": "运营商"
},
"area": {
"type": "string",
"example": "江苏南通",
"description": "地区"
},
"status": {
"type": "string",
"example": "1",
"description": "0:空号;1:实号;2:停机;3:库无;4:沉默号;5:风险号"
},
"statusMsg": {
"type": "string",
"example": "实号",
"description": "status对应的描述"
}
},
"message": "success"
}以下字段根据示例 JSON 自动提取,仅作接入参考。
| 字段路径 | 类型 | 示例值 |
|---|---|---|
| code | number | 200 |
| data | object | {...} |
| data.isp | object | {...} |
| data.isp.type | string | string |
| data.isp.example | string | 电信 |
| data.isp.description | string | 运营商 |
| data.area | object | {...} |
| data.area.type | string |
| string |
| data.area.example | string | 江苏南通 |
| data.area.description | string | 地区 |
| data.status | object | {...} |
| data.status.type | string | string |
| data.status.example | string | 1 |
| data.status.description | string | 0:空号;1:实号;2:停机;3:库无;4:沉默号;5:风险号 |
| data.statusMsg | object | {...} |
| data.statusMsg.type | string | string |
| data.statusMsg.example | string | 实号 |
| data.statusMsg.description | string | status对应的描述 |
| message | string | success |