地区列表

  • 全国省市区数据

请求URL

  • /api/v1/region

请求方式

  • POST

返回示例

{ "code": 200, "message": "success", "data": [ { "value": 2, "label": "北京", "text": "北京", "pinyin": "bj", "pinyin_first": "B", "code": "11", "children": [ { "value": 52, "label": "北京", "text": "北京", "pinyin": "bj", "pinyin_first": "B", "code": "1100", "children": [ { "value": 500, "label": "东城区", "text": "东城区", "pinyin": "dcq", "pinyin_first": "D", "code": "110101" }, { "value": 501, "label": "西城区", "text": "西城区", "pinyin": "xcq", "pinyin_first": "X", "code": "110102" }, { "value": 502, "label": "海淀区", "text": "海淀区", "pinyin": "hdq", "pinyin_first": "H", "code": "110108" }, { "value": 503, "label": "朝阳区", "text": "朝阳区", "pinyin": "zyq", "pinyin_first": "Z", "code": "110105" }, { "value": 506, "label": "丰台区", "text": "丰台区", "pinyin": "ftq", "pinyin_first": "F", "code": "110106" }, { "value": 507, "label": "石景山区", "text": "石景山区", "pinyin": "sjsq", "pinyin_first": "S", "code": "110107" }, { "value": 508, "label": "房山区", "text": "房山区", "pinyin": "fsq", "pinyin_first": "F", "code": "110111" }, { "value": 509, "label": "门头沟区", "text": "门头沟区", "pinyin": "mtgq", "pinyin_first": "M", "code": "110109" }, { "value": 511, "label": "顺义区", "text": "顺义区", "pinyin": "syq", "pinyin_first": "S", "code": "110113" }, { "value": 512, "label": "昌平区", "text": "昌平区", "pinyin": "cpq", "pinyin_first": "C", "code": "110114" }, { "value": 513, "label": "怀柔区", "text": "怀柔区", "pinyin": "hrq", "pinyin_first": "H", "code": "110116" }, { "value": 514, "label": "平谷区", "text": "平谷区", "pinyin": "pgq", "pinyin_first": "P", "code": "110117" }, { "value": 515, "label": "大兴区", "text": "大兴区", "pinyin": "dxq", "pinyin_first": "D", "code": "110115" }, { "value": 516, "label": "密云区", "text": "密云区", "pinyin": "myq", "pinyin_first": "M", "code": "110118" }, { "value": 517, "label": "延庆区", "text": "延庆区", "pinyin": "yqq", "pinyin_first": "Y", "code": "110119" }, { "value": 3589, "label": "通州区", "text": "通州区", "pinyin": "tzq", "pinyin_first": "T", "code": "110112" } ] } ] } ] }