POST公開中mobile-empty-check
手机空号检测
提供高效准确的手机号码空号检测服务,识别停机、空号、在网等状态,助力企业优化数据,降低营销成本。
エンドポイント
https://openapi.toolkk.com/mobile/empty-check
レート制限
毎分 60 回
タイムアウト
5000 ms
提供高效准确的手机号码空号检测服务,识别停机、空号、在网等状态,助力企业优化数据,降低营销成本。
エンドポイント
https://openapi.toolkk.com/mobile/empty-check
レート制限
毎分 60 回
タイムアウト
5000 ms
すべての API は 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 |