Country Codes/Names

Country List

This call is intended for the Connectivity Partner to be able to retrieve a list of country codes with their corresponding country names that are used on Booking.com. The list currently returned by this call should be considered the authoritative source of country codes for the API.


Endpoint

GET


Response

Sample Success Response

Response Body Elements

Status string

This field indicates the success of the request.


Data array

An array of country objects, each containing the following fields:

country_code string

The unique country code representing the country.

For example:

"US" for the United States.


country_name string

The full name of the country.

For example:

"United States of America"


Message string

A message indicating the success or failure of the request.


Ruid string

A unique request identifier. This can be used for debugging or tracking purposes.

Last updated

Was this helpful?