Agoda Master Data
NOTE
Kindly refer to the Master Data response to fetch all the required information.
Master Data API
The Master Data API allows users to get master data of the Agoda channel.
Endpoint
GET
Header
app-id
string
Yes
Your application ID. Required for authentication.
Authorization
string
Yes
Your API key. for authorization. Required for authentication.
Content-Type
string
Yes
Must be set to application/json.
Request
Not required
Response
Success Response - Body Elements
Response Body Elements
Status string
Indicates the result of the API call.
Will be "Success" for successful operations.
Will be always "Fail" in case of an error response.
Data object
The response data, the root element.
country_list array of objects
List of supported countries.
country_code string
ISO country code.
country_name string
Full country name.
currency_list array of objects
List of supported currencies.
currency_code string
ISO currency code (ISO 4217).
currency_name string
Currency name.
property_category_list array of objects
List of property categories.
category_code integer
Unique category code.
category_name string
Property category name.
language_code_list array of objects
List of supported languages.
language_code string
ISO language code.
language_name string
Language name.
cancellation_policy_list array of objects
List of available cancellation policies.
policy_code integer
Policy code.
policy_name string
Policy name.
description string
Policy description.
fees_policy_list array of objects
List of applicable fee policies.
policy_code integer
Policy code.
policy_name string
Policy name.
policy_type string
Type of policy.
tax_policy_list array of objects
List of applicable tax policies.
policy_code integer
Policy code.
policy_name string
Policy name.
policy_type string
Type of policy.
property_amenities array of objects
List of amenities available at the property.
facility_id integer
Facility identifier.
display_code string
Display code of the amenity.
display_name string
Display name of the amenity.
room_amenities array of objects
List of amenities available in rooms.
facility_id integer
Facility identifier.
display_code string
Display code of the amenity.
display_name string
Display name of the amenity.
image_caption_list array of objects
List of image captions and related metadata.
category_code string
Code of the image category.
category_name string
Name of the image category.
is_allowed_for_vacation_rental boolean
If the image category is allowed for the vacation rental.
bed_type_list array of objects
List of bed type options.
bed_type_code integer
Bed type code.
bed_type_name string
Bed type name.
room_view_type_list array of objects
List of available room view types.
room_view_code integer
Code of the room view.
room_view_name string
Name of the room view.
product_services_list array of objects
List of additional services or products offered.
service_code integer
Service code.
service_name string
Service name.
Message string
The message in the response.
Last updated
Was this helpful?