Skip to main content
Version: 202607

List provinces

GET 

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

List provinces under the specified country or region.

Request

Path Parameters

    country stringrequired

    Code of the country

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    provinces object[]

    The list of provinces

  • Array [
  • cn_namestring

    Chinese name of the province

    codestring

    Code of the province

    country_code2string

    Code of the country

    namestring

    English name of the province

    old_codestring

    Old code of the province

    province_idint32

    Province ID

  • ]