跳到主要内容
版本:202607

查询省份列表

GET 

/openapi/2026-07/areas/country/:country/province

分页返回省份列表。

请求

Path参数

    country string必填

    国家名称

响应

OK

数据结构
    codestring

    错误码

    messagestring

    错误信息

    data object
    provinces object[]

    省份列表

  • Array [
  • cn_namestring

    省份的中文名称

    codestring

    省份代码

    country_code2string

    国家代码

    namestring

    省份的英文名称

    old_codestring

    省份旧代码

    province_idint32

    省份 ID

  • ]