手机号码归属地

优选
HTTPS
全国移动、联通、电信等手机号码归属地查询,数据量有数百万,更新及时、准确度高。
免费套餐
Level1
Level2
Level3
0 / 5 次

雷达评级

AA

用户规模

10 万+

产品上线

4

手机归属地查询

接口地址
https://binstd.apistd.com/shouji/query
响应格式
application/json
请求方法
POST
请求参数 (Query)
参数类型必须描述
keystring
string
请求 AccessKey, 请在控制台中查看
shoujistring
string
手机号
返回参数 (Body)
参数类型描述
statusstring
string
返回码
msgstring
string
返回说明信息
resultobject
object
返回结果
provincestring
string
citystring
string
companystring
string
运营商
cardtypestring
string
卡类型
请求返回示例
{
  "status": "0",
  "msg": "ok",
  "result": {
    "province": "浙江",
    "city": "杭州",
    "company": "中国移动",
    "cardtype": "GSM"
  }
}