T-Mobile状态查询 US T-Mobile Status Check
- 相关
- IMEI查询(黑名单)
- 接口:http://api.3023data.com/imei/t-mobile?sn=355359080687867
- 方式:GET
- 价格:0.8元/次 价格优惠,最低至2.5折
- 2.5折时:0.2元/次
请求参数
参数 | 位置 | 必填 | 值 |
key | header | 是 | key |
sn | url | 是 | IMEI |
key in request header or url
Status
Clean | 白名单 |
Blocked | 黑名单 |
Not Found | 不存在 |
通常 Clean 状态可以解锁
返回示例
{ "code": 0, "data": { "imei": "355359080687867", //IMEI "model": "iPhone 7 Plus", //型号 "status": "Blocked", //状态 "description": "Blocked for non-payment (2017-09-07)", //说明 "eid": "" //EID }, "source": "m-a", "cost": 0.8, "balance": 3023 }
接口错误码所有接口错误码一致
400 | Bad Request | 请求参数错误 |
404 | Not Found | 无效或不存在 |
502 | Bad Gateway | 不支持或查询失败 |
503 | Service Unavailable | 繁忙或者临时维护,请稍后重试 |
410 | Gone | 接口已失效/下线 |
code = 错误码 (int),message = 错误信息 (string)
查询成功:code===0
每次请求均会返回 cost(扣费) 和 balance(余额),方便随时记录和监控
错误(400)和无效(404)扣费 0.02 元,其他错误不扣费
用户错误码
401 | Unauthorized | 密钥无效 |
402 | Payment Required | 余额不足 |
403 | Forbidden | 无权限(IP白名单限制) |
接口具体错误信息见 message
如果前端需要返回错误信息,请直接返回 message 的内容