POST公開中mobile-transfer
携号转网查询
提供手机号码携号转网资格查询服务,支持查询号码是否符合转网条件及限制。
エンドポイント
https://openapi.toolkk.com/mobile/transfer
レート制限
毎分 60 回
タイムアウト
5000 ms
提供手机号码携号转网资格查询服务,支持查询号码是否符合转网条件及限制。
エンドポイント
https://openapi.toolkk.com/mobile/transfer
レート制限
毎分 60 回
タイムアウト
5000 ms
すべての API は code、message、data の標準構造で解析する前提です。
{ code, message, data }
curl --request POST \
--url 'https://openapi.toolkk.com/mobile/transfer' \
--header 'Content-Type: application/json' \
--header 'X-API-Key: YOUR_API_KEY' \
--data '{}'{}{
"code": 200,
"data": {
"area": {
"type": "string",
"example": "江苏-南通",
"description": "手机号归属地"
},
"newIsp": {
"type": "string",
"example": "移动",
"description": "手机号转网运营商"
},
"isTransfer": {
"type": "number",
"example": 1,
"description": "是否携号转网 0:否 1:是"
},
"originalIsp": {
"type": "string",
"example": "电信",
"description": "手机号原运营商"
},
"isVirtuallyIsp": {
"type": "number",
"example": 0,
"description": "是否虚拟运营商 0:否 1:是"
}
},
"message": "success"
}以下の項目はサンプル JSON から自動抽出した参考情報です。
| パス | 型 | サンプル値 |
|---|---|---|
| code | number | 200 |
| data | object | {...} |
| data.area | object | {...} |
| data.area.type | string | string |
| data.area.example | string | 江苏-南通 |
| data.area.description | string | 手机号归属地 |
| data.newIsp | object | {...} |
| data.newIsp.type |
| string |
| string |
| data.newIsp.example | string | 移动 |
| data.newIsp.description | string | 手机号转网运营商 |
| data.isTransfer | object | {...} |
| data.isTransfer.type | string | number |
| data.isTransfer.example | number | 1 |
| data.isTransfer.description | string | 是否携号转网 0:否 1:是 |
| data.originalIsp | object | {...} |
| data.originalIsp.type | string | string |
| data.originalIsp.example | string | 电信 |
| data.originalIsp.description | string | 手机号原运营商 |
| data.isVirtuallyIsp | object | {...} |
| data.isVirtuallyIsp.type | string | number |
| data.isVirtuallyIsp.example | number | 0 |
| data.isVirtuallyIsp.description | string | 是否虚拟运营商 0:否 1:是 |
| message | string | success |