行政区划接口

请求方式: GET 返回格式: JSON 键: lat 参: 纬度 键: lng 参: 经度

建议应用

  • 非盈利项目
  • Docker轻量级项目
  • Web项目
  • 网络监控系统
  • 地理定位服务

在线调试

格式化视图
原始数据
{
  "data": [
    {
      "\u533a\u53bf": {
        "City": "\u6c88\u9633\u5e02",
        "CityCode": 24.0,
        "District": "\u65b0\u6c11\u5e02",
        "FirstChar": "X",
        "ID": 210181,
        "Jianpin": "XMS",
        "Lat": 41.985757,
        "LevelType": 3,
        "Lng": 122.835964,
        "Name": "\u65b0\u6c11\u5e02",
        "ParentId": 210100,
        "ParentPath": "210000,210100,210181",
        "Pinyin": "XinMinShi",
        "Province": "\u8fbd\u5b81\u7701",
        "Town": null,
        "ZipCode": 110300.0
      },
      "\u5e02": {
        "City": "\u6c88\u9633\u5e02",
        "CityCode": 24.0,
        "District": null,
        "FirstChar": "S",
        "ID": 210100,
        "Jianpin": "SYS",
        "Lat": 41.677576,
        "LevelType": 2,
        "Lng": 123.464675,
        "Name": "\u6c88\u9633\u5e02",
        "ParentId": 210000,
        "ParentPath": "210000,210100",
        "Pinyin": "ShenYangShi",
        "Province": "\u8fbd\u5b81\u7701",
        "Town": null,
        "ZipCode": 110000.0
      },
      "\u7701": {
        "City": null,
        "CityCode": null,
        "District": null,
        "FirstChar": "L",
        "ID": 210000,
        "Jianpin": "LNS",
        "Lat": 41.836743,
        "LevelType": 1,
        "Lng": 123.435093,
        "Name": "\u8fbd\u5b81\u7701",
        "ParentId": 100000,
        "ParentPath": "210000",
        "Pinyin": "LiaoNingSheng",
        "Province": "\u8fbd\u5b81\u7701",
        "Town": null,
        "ZipCode": null
      },
      "\u8857\u9053\u7ea7": {
        "City": "\u6c88\u9633\u5e02",
        "CityCode": 24.0,
        "District": "\u65b0\u6c11\u5e02",
        "FirstChar": "S",
        "ID": 210181115,
        "Jianpin": "SDGZZ",
        "Lat": 42.116912,
        "LevelType": 4,
        "Lng": 123.141831,
        "Name": "\u4e09\u9053\u5c97\u5b50\u9547",
        "ParentId": 210181,
        "ParentPath": "210000,210100,210181,210181115",
        "Pinyin": "SanDaoGangZiZhen",
        "Province": "\u8fbd\u5b81\u7701",
        "Town": "\u4e09\u9053\u5c97\u5b50\u9547",
        "ZipCode": 110314.0
      }
    }
  ],
  "query_duration": 0.17615795135498047,
  "status": "success"
}