> **平台**: 万维易源 (ShowAPI)
> **接入方式**: 统一 API 网关 (HTTPS POST/GET)
> **认证**: showapi_appid + showapi_sign
> **文档**: https://www.showapi.com/apiGateway/view/2127/6

---
title: "行政区域查询 | 高德接口 | API 市场 | 万维易源"
canonical_url: "https://www.showapi.com/apiGateway/view/2127/6"
last_updated: "2026-08-16T16:39:19.743Z"
meta:
  description: 根据用户输入的搜索条件可以帮助用户快速的查找特定的行政区域信息。
  keywords: 高德,地图,导航,showapi，万维易源，易源接口，api开放平台，开放api，api大全，api接口，接口中心，接口大全，开放平台，api，大数据，接口，API
  "og:description": 根据用户输入的搜索条件可以帮助用户快速的查找特定的行政区域信息。
  "og:title": "行政区域查询 | 高德接口  |  API 市场"
---

*

*

*

# **高德接口**

**连接器**

需两次购买：①订购原厂商接口 ②免费接口，注册后直接调用；高德Web服务API向开发者提供HTTP接口，开发者可通过这些接口使用各类型的地理数据服务，返回结果支持JSON和XML格式

[高德](https://www.showapi.com/market?search=%E9%AB%98%E5%BE%B7) [地图](https://www.showapi.com/market?search=%E5%9C%B0%E5%9B%BE) [导航](https://www.showapi.com/market?search=%E5%AF%BC%E8%88%AA)

**免费接口，注册即用，无需单独购买。 **

在线调试

**连接器服务**

免费接口，注册后直接调用

<dl>

<dt>原厂商</dt>
<dd>[易源官方](https://www.showapi.com/)</dd>

<dt>转发服务商</dt>
<dd>昆明秀派科技有限公司</dd>

<dt>电话</dt>
<dd>400-998-8033</dd>

<dt>QQ</dt>
<dd>4009988033</dd>

<dt>邮箱</dt>
<dd>[service@showapi.com](mailto:service@showapi.com)</dd>

</dl>

<dl>

<dt>所属分类</dt>
<dd>交通地理</dd>

<dt>接入点</dt>
<dd>18 个</dd>

<dt>请求方式</dt>
<dd>POST/GET</dd>

<dt>返回格式</dt>
<dd>JSON</dd>

</dl>

**行政区域查询**

接入点说明

```
根据用户输入的搜索条件可以帮助用户快速的查找特定的行政区域信息。
```

接口地址

https://connector.showapi.com/2127-6?appKey={your\_appKey} [查看密钥](https://www.showapi.com/console#/myApp) [调用帮助](https://www.showapi.com/helpcenter/view#/3960/1)

返回格式JSON

请求方式POST/GET

**请求参数**

**Header 参数**

| |
|

| |
|

**URI 参数**

| |
|

| |
|
| |
| |
| |
| |
| |

**Post 表单**

| |
|

| |
|

**返回参数**查看公共返回参数

该接口返回经 `showapi_res_body` 系统封装，业务数据均位于该对象内；系统级字段见公共返回参数。

**返回体**

| |
|

| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |

**请求示例**

[查看我的 appKey](https://www.showapi.com/console#/myApp) [查看使用向导](https://www.showapi.com/helpcenter/view#/3960/1) [Python / Java 等多语言示例](https://www.showapi.com/apitest/market/2127/6)

cURL 复制

```
curl -X POST "https://connector.showapi.com/2127-6?appKey=YOUR_APPKEY" \
  -H "content-type: application/x-www-form-urlencoded" \
  -d "ds_id="
```

**返回示例**

JSON 复制

```
{
  "showapi_res_error": "",
  "showapi_res_code": 0,
  "showapi_res_id": "28e04e171d1e4164bcf4f03a5f181123",
  "showapi_res_body": {
    "infocode": "10000",
    "count": "1",
    "status": "1",
    "districts": [
      {
        "center": "117.000923,36.675807",
        "citycode": [],
        "level": "province",
        "name": "山东省",
        "districts": [
          {
            "center": "115.980367,36.456013",
            "citycode": "0635",
            "level": "city",
            "name": "聊城市",
            "districts": [
              {
                "center": "115.444808,36.483753",
                "citycode": "0635",
                "level": "district",
                "name": "冠县",
                "districts": [],
                "adcode": "371525"
              },
              {
                "center": "116.248855,36.336004",
                "citycode": "0635",
                "level": "district",
                "name": "东阿县",
                "districts": [],
                "adcode": "371524"
              },
              {
                "center": "116.229662,36.859755",
                "citycode": "0635",
                "level": "district",
                "name": "高唐县",
                "districts": [],
                "adcode": "371526"
              },
              {
                "center": "115.667291,36.237597",
                "citycode": "0635",
                "level": "district",
                "name": "莘县",
                "districts": [],
                "adcode": "371522"
              },
              {
                "center": "115.784287,36.113708",
                "citycode": "0635",
                "level": "district",
                "name": "阳谷县",
                "districts": [],
                "adcode": "371521"
              },
              {
                "center": "116.25335,36.591934",
                "citycode": "0635",
                "level": "district",
                "name": "茌平区",
                "districts": [],
                "adcode": "371523"
              },
              {
                "center": "115.980023,36.45606",
                "citycode": "0635",
                "level": "district",
                "name": "东昌府区",
                "districts": [],
                "adcode": "371502"
              },
              {
                "center": "115.713462,36.842598",
                "citycode": "0635",
                "level": "district",
                "name": "临清市",
                "districts": [],
                "adcode": "371581"
              }
            ],
            "adcode": "371500"
          }
          ]
}],
    "suggestion": {
      "keywords": [],
      "cities": []
    },
    "info": "OK"
  }
}
```

**MCP 服务集成**接口级

在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置，将 {your\_appKey} 替换为真实 AppKey（ [AppKey 管理](https://www.showapi.com/console#/myApp)）。该服务覆盖本接口全部接入点。

MCP JSON 复制

```
{
  "mcpServers": {
    "showapi-mcp-2127": {
      "url": "http://www.showapi.com.cn/mcp/2127/{your_appKey}"
    }
  }
}
```

**OpenAPI 文档**接口级

标准 OpenAPI 3.0 文档，覆盖本接口全部接入点，可导入 Apifox / Postman / Swagger UI，或供 AI Agent 直接消费。

[在线查看 YAML](https://www.showapi.com/openapi/market/2127.yaml) [下载 YAML](https://www.showapi.com/openapi/market/2127.yaml) [查看 JSON](https://www.showapi.com/openapi/market/2127.json)