slayerhover / china_regions

中国省,市,区县,商圈数据。Json格式。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

数据描述

  • 元数据格式:json
  • 编码:utf-8
  • 数据结构:
[
    {
        "name": "四川省",
        "cities": [
            {
                "name": "成都市",
                "counties": [
                    {
                        "name": "高新区",
                        "circles": [
                            {
                                "name": "世纪城",
                            },
                            {
                                "name": "大源",
                            },
                            {
                                "name": "中和",
                            },
                            ……
                        ],
                    },
                    ……
                ],
            },
            ……
        ],
    },
    ……
]
  • 数据内容:
    • 省/直辖市/特别行政区:34
    • 市:345
    • 区县:3269
    • 商圈:8892

其他注意

  1. 每个城市下面有个其他区县, 每个区县下面有个其他商圈。请根据业务需要自行过滤。

About

中国省,市,区县,商圈数据。Json格式。

License:Apache License 2.0