Skip to content
AeroDB
Search
K
Main Navigation
Airports
Notams
Pricing
Appearance
Menu
Return to top
Get one country
GET
/countries/{countryId}
Parameters
Path Parameters
countryId
*
Type
string
Required
Responses
200
404
The request has succeeded.
Content-Type
application/json
Schema
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"
}
]
}
GET
/countries/{countryId}
Playground
Variables
Key
Value
countryId
*
Try it out
Samples