Skip to main content
Version: 202506

List provinces

GET 

/openapi/2025-06/areas/country/:country/province

The Province List API allows developers to fetch a comprehensive list of provinces within a specified country using its unique identifier. This endpoint supports retrieving specific fields based on the user’s request.

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

  • ]