Your EPS account
Sign in to view secure API documentation, update your account details, log support requests and much more.
Your email or password is incorrect. Please try again or reset your password.
If the issue persists please contact your EPS representative.
Reset your password
Please enter your email address below. We will send password reset instructions to the email associated with your EPS account.
Thank you
An email has been sent to your account email address with further instructions on how to reset your password.
Property information provided in the EPS Rapid Content APIs is often represented as IDs. Use these reference lists to understand the meaning of those IDs.
A single json file is provided containing all of the content reference lists mentioned below. Learn more about the individual lists and what is provided in the json file by clicking on the name of the content reference. The downloadable lists are only available in English for reference purposes. Localized names are returned in the Content APIs.
Last updated date: January 26th, 2022.
Amenities
Amenities represent the features or services available to guests.
In the EPS Rapid Content APIs, we provide the id
, localized name
and the explicit value
(when applicable) of each amenity within the amenities
object.
Amenities are available at the property, room, and rate plan level and are complimentary unless a surcharge or restriction is specified.
- property-level: amenities available to all guests
- room-level: amenities applicable only to the associated room
- rate-level: amenities applicable only to the associated rate plan
Content API Response Example
"amenities": { "9": { "id": 9, "name": "Fitness facilities" }, "2820": { "id": 2820, "name": "Number of indoor pools -", "value": 10 } },
Reference List
Look in the Content Reference Lists file for the amenities_property
, amenities_rooms
and amenities_rates
objects.
Each amenity contains three fields:
id
name
has_value
Attributes
Attributes represent policies and features applicable to the property and the stay.
In the EPS Rapid Content APIs, we provide the id
, localized name
and the explicit value
(when applicable) of the attribute within the attributes
object.
Attributes are available at the property level and represent policies and features applicable to the property and the stay.
- general: general policies that apply to the property
- pets: pet policies that apply to the property
Content API Response Example
"attributes": { "general": { "2549": { "id": 2549, "name": "No elevators" }, "3357": { "id": 3357, "name": "Caters to adults only" } }, "pets": { "51": { "id": 51, "name": "Pets allowed" }, "2809": { "id": 2809, "name": "Dogs only" } } },
Reference List
Look in the Content Reference Lists file for the attributes_general
and attributes_pets
objects.
Each attribute contains three fields:
id
name
has_value
Categories
Property categories represent the type of property being offered.
In the EPS Rapid Content APIs, we provide both the id
and name
of the property category within the category
object.
Each property is associated with only one property category which represents the type of property being offered.
Content API Response Example
"category": { "id": 1, "name": "Hotel" },
Reference List
The property category list is provided below for quick reference. It is also available in the download file.
id | name |
---|---|
0 | Property |
1 | Hotel |
2 | Motel |
3 | Resort |
4 | Inn |
5 | Bed & breakfast |
6 | Guesthouse |
7 | Condo |
8 | All-inclusive property |
9 | Cabin |
10 | Chalet |
11 | Cottage |
12 | Hostel/Backpacker accommodation |
13 | Ranch |
14 | Villa |
15 | Lodge |
16 | Apartment |
17 | Private vacation home |
18 | Houseboat |
20 | Ryokan |
21 | Tree house property |
22 | Aparthotel |
23 | Condominium resort |
24 | Campsite |
25 | Riad |
26 | Hostal |
29 | Country House |
30 | Pension |
31 | Pousada (Portugal) |
32 | Pousada (Brazil) |
33 | Residence |
34 | TownHouse |
36 | Castle |
37 | Safari/Tentalow |
39 | Palace |
40 | Agritourism property |
41 | Cruise |
42 | Holiday Park |
Look in the Content Reference Lists file for the categories
object.
Each category contains two fields:
id
name
New Chain API
Property chains represent a parent company which can have multiple brands associated with it.
In the EPS Rapid Content API, we provide a Chain Reference mapping of all chains recognized by the EPS Rapid API.
Because chains and brands can change frequently, we do not include them in the reference file, and recommend checking the reference API for the latest list. This mapping is updated daily.
Each property is associated with only one brand, which has a parent chain.
Content API Response Example
"chain": { "id": -6, "name": "Hyatt Hotels" }, "brand": { "id": 2209, "name": "Hyatt Place" },
Images
Images are organized by category, based on the area of the property depicted in the image.
In the EPS Rapid Content APIs, we provide the category ID in the category
field and the category name in the caption
field for each property image. In EPS Rapid 2.4, room images also have captions.
Content API Response Example
"images": [ { "caption": "Featured Image", "hero_image": true, "category": 3, "links": { "350px": { "method": "GET", "href": "https://i.travelapi.com/hotels/1000000/10000/100/1/5a329959_b.jpg" }, "70px": { "method": "GET", "href": "https://i.travelapi.com/hotels/1000000/10000/100/1/5a329959_t.jpg" }, "1000px": { "method": "GET", "href": "https://i.travelapi.com/hotels/1000000/10000/100/1/5a329959_z.jpg" } } },
Reference List
Look in the Content Reference Lists file for the images
object.
Each image category contains three fields:
id
group
name
Onsite Payment Types
Onsite payment types represent the forms of payments accepted for charges incurred or due at the property.
In the EPS Rapid Content APIs, we provide the id
and localized name
of the onsite payment types within the types
object, which is in the onsite_payments
object.
Onsite payment types are available at the property level and represent forms of payments accepted for charges incurred or due at the property.
Content API Response Example
"onsite_payments": { "currency": "USD", "types": { "171": { "id": 171, "name": "American Express" } } },
Reference List
Look in the Content Reference Lists file for the onsite_payment_types
object.
Each payment type contains two fields:
id
name
Statistics
Statistics represent the property-level information such as number of floors or number of rooms.
In the EPS Rapid Content APIs, we provide the id
, localized name
and the explicit value
(when applicable) of the statistic within the statistics
object.
Statistics are available at the property level and represent data such as number of floors and number of rooms.
Content API Response Example
"statistics": { "52": { "id": 52, "name": "Total number of rooms -", "value": "820" }, "54": { "id": 54, "name": "Number of floors -", "value": "38" } },
Reference List
Look in the Content Reference Lists file for the statistics
object.
Each statistic contains three fields:
id
name
has_value
Themes
Themes represent the type of traveler typically targeted or vibe of a property.
In the EPS Rapid Content APIs, we provide both the id
and localized name
of the theme within the themes
object.
Themes are available at the property level and represent the type of traveler typically targeted or vibe of a property. A property can be associated with more than one theme but not all properties have a theme.
Content API Response Example
"themes": { "2337": { "id": 2337, "name": "Luxury Hotel" }, "2341": { "id": 2341, "name": "Spa Hotel" } },
Reference List
Look in the Content Reference Lists file for the themes
object.
Each theme contains two fields:
id
name
Room Views
Room views represent the view available from a room.
In the EPS Rapid Content APIs we provide the id and localized name of the view available from the room object.
Content API Response Example
"views": { "4146": { "id": 4146, "name": "Courtyard view" } },
Reference List
Look in the Content Reference Lists file for room_views
Each theme contains two fields:
id
name
Spoken Languages
Spoken languages represent the languages that are spoken by the property.
In the EPS Rapid Content APIs we provide the id and localized name of the language spoken from the property object.
Content API Response Example
"spoken_languages": { "vi": { "id": "vi", "name": "Vietnamese" } },
Reference List
Look in the Content Reference Lists file for spoken_languages
Each theme contains two fields:
id
name
See the changes that we've made here.
EPS Home | EPS Portal Login | Expedia Partner Central | Advertise with Expedia | News | Privacy Policy | Cookie Policy
© 2022 Expedia, Inc. All Rights Reserved.