Code Monkey home page Code Monkey logo

city-code's Introduction

city-code

**大陆城市行政区划数据,包含城市名称行政区划代码层级数据拼音排序父代码等字段,数据来源: 中华人民共和国民政部 .
最新数据为 2020年12月01日 数据

不包含港澳台数据

数据示例

名称 描述 示例
level 等级 省0市1区2....
name 名称 北京市
code 行政区划代码 110000
initials 拼音首字母缩写 bjs
pinyin 完整拼音 beijingshi
parent 父级代码 110000
[
	{
        "level":0,
        "code":"110000",
        "name":"北京市",
        "initials": "bjs",
        "pinyin": "beijingshi",
        "parent": null
  },
  {
        "level":1,
        "code":"110000",
        "name":"北京市",
        "initials": "bjs",
        "pinyin": "beijingshi",
        "parent": "110000"
    }
]

更多数据请查看:city-code-20201231.json

采集工具

数据使用: ./main.py 进行采集

注意事项

city-code's People

Contributors

jiangjuhong avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

jinzhutuo asanny

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.