Retrieve Countries API
This API endpoint provides a list of countries along with essential information such as country code, market, currency title, currency code, and currency symbol. It is important to note that the country codes returned by this endpoint may not always be compatible with the airports-by-filters endpoint.
Example API Request:
Use Edit parameters to customize the call, then run it and review the live response below.
API Response Objects
Each item in the response includes the following fields.
| Field | Description |
|---|---|
country
|
Country name. |
countryCode
|
ISO 2-letter country code. |
market
|
Market locale code (e.g., en-US). |
currencyTitle
|
Full currency name. |
currency
|
Currency code. |
currencySymbol
|
Currency symbol. |