便民查询

GET

手机号归属地+天气. tel: phone=138xxxx 返回省市区+运营商; weather: city=beijing+format=j1 返回当前和未来3天

https://api.hk0.cc/api/query
https://api.hk0.cc/api/query?action=tel&phone=138xxxx

请求参数

接口指标

QPS 上限
0次/秒
平均响应时间
298.5ms
今日调用量
0
累计调用量
7

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.hk0.cc/api/query?action=string&phone=string&city=string&format=string'

返回示例

{
  "code": 200,
  "msg": "success",
  "data": {
    "phone": "138****8000",
    "province": "北京",
    "city": "",
    "isp": "移动",
    "area": "北京"
  }
}