坐标地址查询
经纬度坐标转地址查询

接口地址: https://api.qsir.cn/api/dm-geoconvert

返回格式: JSON

请求方式: GET/POST

请求示例: https://api.qsir.cn/api/dm-geoconvert?lng=121.47187138&lat=31.2327951763

即2023年9月1号起,所有接口请求必须携带秘钥,否则请求失败!!

请求参数说明:

名称 必填 类型 说明

返回参数说明:

名称 类型 说明

返回示例:

{
  "code": 200,
  "msg": "success",
  "result": {
    "town_code": "310106012",
    "direction": "附近",
    "street": "威海路",
    "country_code_iso2": "CN",
    "country_code": 0,
    "city_level": 2,
    "country": "中国",
    "city": "上海市",
    "distance": "49",
    "province": "上海市",
    "adcode": "310106",
    "street_number": "289弄-2-14号",
    "country_code_iso": "CHN",
    "town": "南京西路街道",
    "district": "静安区"
  }
}

请求参数设置:

参数名称 参数值


{
  "code": 200,
  "msg": "success",
  "result": {
    "town_code": "310106012",
    "direction": "附近",
    "street": "威海路",
    "country_code_iso2": "CN",
    "country_code": 0,
    "city_level": 2,
    "country": "中国",
    "city": "上海市",
    "distance": "49",
    "province": "上海市",
    "adcode": "310106",
    "street_number": "289弄-2-14号",
    "country_code_iso": "CHN",
    "town": "南京西路街道",
    "district": "静安区"
  }
}

错误码格式说明:

名称 类型 说明

代码示例: