Skip to content

Get one country

GET
/countries/{countryId}

Parameters

Path Parameters

countryId*
Typestring
Required

Responses

The request has succeeded.

application/json
JSON
{
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"continentCode": "string",
"isoId": "string",
"timezone": "string",
"countryCode": "string",
"alpha3": "string",
"name": "string",
"subdivisions": [
{
"code": "string",
"name": "string"
}
]
}

Playground

Variables
Key
Value

Samples