中华人民共和国县以上省市地区行政区划数据, 提供 JSON 数据格式.
本数据来自中华人民共和国民政部, 港澳台地区数据来自百度百科及第三方数据库.
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. (Source、 Hong 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 # 省市区全部数据 (扁平对象含父级、含港澳)