基站查询

优选
HTTPS
支持联通、移动、电信三网基站查询,通过CELLID和LAC获取位置的粗略信息。
免费套餐
Level1
Level2
Level3
0 / 5 次

雷达评级

AA

用户规模

10 万+

产品上线

5

基站查询

接口地址
https://binstd.apistd.com/cell/query
响应格式
application/json
请求方法
POST
请求参数 (Query)
参数类型必须描述
keystring
string
请求 AccessKey, 请在控制台中查看
mncstring
string
移动网络代号 移动0 联通1
lacstring
string
小区号 (移动联通填写mnc、lac、cellid,电信填写cellid、sid、nid)
cellidstring
string
基站号 电信对应bid
sidstring
string
系统识别码,每个地级市只有一个 (电信填写)
nidstring
string
网络识别码,每个地级市可能有1-3个 (电信填写)
返回参数 (Body)
参数类型描述
statusstring
string
返回码
msgstring
string
返回说明信息
resultobject
object
返回结果
latstring
string
纬度
lngstring
string
经度
addrstring
string
地址
accuracystring
string
精度
请求返回示例
{
  "status": "0",
  "msg": "ok",
  "result": {
    "lat": "30.28195000",
    "lng": "120.10932159",
    "addr": "浙江省杭州市西湖区古荡街道益乐路36-1号,益乐路与华星里街路口西北11.02米",
    "accuracy": "100"
  }
}