/china-regions

**省市县json数据(含港澳台数据 为2018.9月版本)

Primary LanguageJavaScript

**区划代码

中华人民共和国县以上省市地区行政区划数据, 提供 JSON 数据格式.

本数据来自中华人民共和国民政部, 港澳台地区数据来自百度百科及第三方数据库.

最后更新于 2018-08. (源网页港澳台地区数据)

Intro

The People's Republic of China regions data, provide JSON data format.

The data that is from Ministry of Civil Affairs of the People's Republic of China, Hong Kong, Macao and Taiwan region data from Baidu Encyclopedia and third-party database.

Latest upated at 2018-08. (SourceHong Kong, Macao and Taiwan Source)

目录结构

data
├── js
│   ├── regions.js          # 省市区全部数据
│   └── regions.object.js   # 省市区全部数据 (对象)
├── json
│   ├── cities.json
│   ├── cities.object.json
│   ├── districts.json
│   ├── districts.object.json
│   ├── provinces.json
│   ├── provinces.object.json
│   ├── regions.json                        # 省市区全部数据 (含港澳台)
│   └── regions.object.json                 # 省市区全部数据 (对象、含港澳台)
│   └── regions.object.flat.json            # 省市区全部数据 (扁平对象)
│   └── regions.object.flat.full.json       # 省市区全部数据 (扁平对象含父级、含港澳)

引用资料