跳到主要内容
版本:202201

查询省份列表

GET 

/openapi/2022-01/areas/country/:country_code/province

分页返回省份列表。

请求

Path参数

    country_code string必填

    Country code, it should follow the ISO 3166-1 alpha-2 format (e.g., US, CA), for example: US

响应

200

数据结构
  • Array [
  • cn_namestring
    示例: 亚拉巴马州
    codestring
    示例: US-AL
    country_code2string
    示例: US
    namestring
    示例: Alabama
    old_codestring
    示例: AL
    province_idinteger
    默认值: 0
    示例: 3503
  • ]