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
- 200
OK
- application/json
- Schema
- Example
Schema
- Array [
- ]
codestring
error code
messagestring
error message
data object
provinces object[]
The list of provinces
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
{
"code": "string",
"message": "string",
"data": {
"provinces": [
{
"cn_name": "string",
"code": "string",
"country_code2": "string",
"name": "string",
"old_code": "string",
"province_id": 0
}
]
}
}