区号查询

优选
HTTPS
提供全国30多个省市的区号查询,国际区号查询等。
免费套餐
Level2
Level3
Level4
0 / 5 次

雷达评级

AA

用户规模

10 万+

产品上线

4

区号查询

接口地址
https://binstd.apistd.com/areacode/query
响应格式
application/json
请求方法
POST
请求参数 (Query)
参数类型必须描述
keystring
string
请求 AccessKey, 请在控制台中查看
areacodestring
string
区号
返回参数 (Body)
参数类型描述
statusstring
string
返回码
msgstring
string
返回说明信息
resultarray
array
返回结果
provincestring
string
citystring
string
townstring
string
areacodestring
string
区号
请求返回示例
{
  "status": "0",
  "msg": "ok",
  "result": [
    {
      "province": "浙江省",
      "city": "杭州",
      "town": "",
      "areacode": "0571"
    },
    {
      "province": "浙江省",
      "city": "杭州市",
      "town": "西湖区",
      "areacode": "0571"
    },
    {
      "province": "浙江省",
      "city": "杭州市",
      "town": "上城区",
      "areacode": "0571"
    },
    {
      "province": "浙江省",
      "city": "杭州市",
      "town": "下城区",
      "areacode": "0571"
    },
    {
      "province": "浙江省",
      "city": "杭州市",
      "town": "拱墅区",
      "areacode": "0571"
    },
    {
      "province": "浙江省",
      "city": "杭州市",
      "town": "滨江区",
      "areacode": "0571"
    }
  ]
}