稳定、快速、免费的 API 接口服务
经纬度坐标转地址查询
接口地址: https://api.qsir.cn/api/dm-geoconvert
返回格式: JSON
请求方式: GET/POST
请求示例: https://api.qsir.cn/api/dm-geoconvert?lng=121.47187138&lat=31.2327951763
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|
返回参数说明:
名称 | 类型 | 说明 |
---|
返回示例:
大米API
- {
- "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": "静安区" } }
错误码格式说明:
名称 | 类型 | 说明 |
---|
代码示例:
大米API