For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
HomeGuidesAPI ReferenceChangelog
HomeGuidesAPI ReferenceChangelog
  • Getting Started
    • Introduction
    • Authorization
  • Quote and Booking flows
    • Quote Purchase Flows
    • Country list
    • Displaying Prices
    • Options
    • Discounts
    • Taking payments
    • E-mail a quote
    • Medical screening
    • External membership numbers
  • Mid-office travel agent integration
    • Mid-office travel agent integration
  • Travel alerts
    • Travel alerts
LogoLogo
On this page
  • API format specification
  • Available country list
  • Country restrictions
Quote and Booking flows

Country list

Was this page helpful?
Previous

Displaying prices

Next
Built with

The country list configured for a selected brand is available in quoteCountriesConfig endpoint.

API format specification

The homeCountries attribute describes which countries the product is available for sale.

Available country list

The destinationCountries describes the current available countries and destinations. This includes no product, unsafe and sanctioned country codes which are filtered out separately.

The country list returned includes 3 digit codes which are sent in the quote API request, name and country aliases.

Country aliases can be used to define common alternative names to the country names.

1 {
2 "code": "ARG",
3 "name": "Argentina",
4 "sentenceName": "Argentina",
5 "isTravelActivity": false,
6 "effectiveToDate": "1970-01-01T00:00:00Z",
7 "effectiveFromDate": "1970-01-01T00:00:00Z",
8 "aliases": [
9 "Argentina",
10 "Buenos Aires",
11 "Patagonia"
12 ]
13 }

The following is an example of AMT region configuration, which are listed out separately:

1 {
2 "code": "WWD",
3 "name": "Worldwide",
4 "sentenceName": "Worldwide",
5 "isTravelActivity": false,
6 "effectiveToDate": "1970-01-01T00:00:00Z",
7 "effectiveFromDate": "1970-01-01T00:00:00Z",
8 "aliases": [
9 "Worldwide"
10 ]
11 }

Country restrictions

To retrieve the list of no products offered to this country, unsafe and sanctioned countries utilise the baseQuoteConfig endpoint. The following information is available for each home country:

  • noProductCountryCodes
  • unsafeCountryCodes
  • sanctionedCountryCodes