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

接口地址: 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号起,所有接口请求必须携带秘钥,否则请求失败!!

请求参数说明:

名称 必填 类型 说明

返回参数说明:

名称 类型 说明

返回示例:

大米API

  1. {
  2. "code": 200,
  3. "msg": "success",
  4. "result": {
  5. "town_code": "310106012",
  6. "direction": "附近",
  7. "street": "威海路",
  8. "country_code_iso2": "CN",
  9. "country_code": 0,
  10. "city_level": 2,
  11. "country": "中国",
  12. "city": "上海市",
  13. "distance": "49",
  14. "province": "上海市",
  15. "adcode": "310106",
  16. "street_number": "289弄-2-14号",
  17. "country_code_iso": "CHN",
  18. "town": "南京西路街道",
  19. "district": "静安区"
  20. }
  21. }

请求参数设置:

参数名称 参数值


{
  "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": "静安区"
  }
}

错误码格式说明:

名称 类型 说明

代码示例:

大米API