{
"opencollection": "1.0.0",
"info": {
"name": "Expedia Group EPS Deposit Bookings Content API",
"version": "1.0"
},
"request": {
"auth": {
"type": "basic",
"username": "{{username}}",
"password": "{{password}}"
}
},
"items": [
{
"info": {
"name": "Content",
"type": "folder"
},
"items": [
{
"info": {
"name": "Expedia Group Property Content",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://services.expediapartnercentral.com/properties/content",
"headers": [
{
"name": "Accept",
"value": "application/json"
},
{
"name": "Accept-Encoding",
"value": "gzip"
},
{
"name": "User-Agent",
"value": "TravelNow/3.30.112"
},
{
"name": "Customer-Session-Id",
"value": ""
}
],
"params": [
{
"name": "language",
"value": "",
"type": "query",
"description": "Desired language for the response as a subset of BCP47 format that only uses hyphenated pairs of two-digit\nlanguage and country codes. Use only ISO 639-1 alpha-2 language codes and ISO 3166-1 alpha-2 country codes.\nSee [https://www.w3.org/International/articles/language-tags/](https://www.w3.org/International/articles/language-tags/)\n
\nLanguage Options: [https://developers.expediagroup.com/docs/rapid/resources/reference/language-options](https://developers.expediagroup.com/docs/rapid/resources/reference/language-options)\n"
},
{
"name": "supply_source",
"value": "",
"type": "query",
"description": "Options for which supply source you would like returned in the content response. This parameter may only be\nsupplied once and will return all properties that match the requested supply source. An error is thrown if\nthe parameter is provided multiple times.\n * `expedia` - Standard Expedia supply.\n * `vrbo` - VRBO supply - This option is restricted to partners who have VRBO supply enabled for their\nprofile. See [Vacation Rentals](https://developers.expediagroup.com/docs/rapid/lodging/vacation-rentals) for\nmore information.\n"
},
{
"name": "all_inclusive",
"value": "",
"type": "query",
"description": "Search to include properties that have the requested `all_inclusive` values equal to true. If this parameter\nis not supplied, all `all_inclusive` scenarios are included. This parameter can be supplied multiple times\nwith different values, which will include properties that match any of the requested scenarios.\n * `all_rate_plans` - Return properties where `all_inclusive.all_rate_plans` is true.\n * `some_rate_plans` = Return properties where `all_inclusive.some_rate_plans` is true.\n"
},
{
"name": "amenity_id",
"value": "",
"type": "query",
"description": "The ID of the amenity you want to search for. This parameter can be supplied multiple times with different\nvalues, which will include properties that match any of the requested amenity IDs. This is currently only\ncapable of searching for property level amenities. Room and rate level amenities cannot be searched on.\n"
},
{
"name": "attribute_id",
"value": "",
"type": "query",
"description": "The ID of the attribute you want to search for. This parameter can be supplied multiple times with different\nvalues, which will include properties that match any of the requested attribute IDs.\n"
},
{
"name": "brand_id",
"value": "",
"type": "query",
"description": "The ID of the brand you want to search for. This parameter can be supplied multiple times with different\nvalues, which will include properties that match any of the requested brand IDs.\n"
},
{
"name": "business_model",
"value": "",
"type": "query",
"description": "Search for properties with the requested business model enabled. This parameter can be supplied multiple\ntimes with different values, which will return all properties that match any of the requested business\nmodels. The value must be lower case.\n * `expedia_collect` - Return only properties where the payment is collected by Expedia.\n * `property_collect` - Return only properties where the payment is collected at the property.\n"
},
{
"name": "category_id",
"value": "",
"type": "query",
"description": "Search to include properties that have the requested\n[category ID](https://developers.expediagroup.com/docs/rapid/lodging/content/content-reference-lists). If\nthis parameter is not supplied, all category IDs are included. This parameter can be supplied multiple times\nwith different values, which will include properties that match any of the requested category IDs.\n"
},
{
"name": "category_id_exclude",
"value": "",
"type": "query",
"description": "Search to exclude properties that do not have the requested\n[category ID](https://developers.expediagroup.com/docs/rapid/lodging/content/content-reference-lists). If\nthis parameter is not supplied, all category IDs are included. This parameter can be supplied multiple times\nwith different values, which will exclude properties that match any of the requested category IDs.\n"
},
{
"name": "chain_id",
"value": "",
"type": "query",
"description": "The ID of the chain you want to search for. These chain IDs can be positive and negative numbers. This\nparameter can be supplied multiple times with different values, which will include properties that match any\nof the requested chain IDs.\n"
},
{
"name": "country_code",
"value": "",
"type": "query",
"description": "Search for properties with the requested country code, in ISO 3166-1 alpha-2 format. This parameter can be\nsupplied multiple times with different values, which will include properties that match any of the requested\ncountry codes.\n"
},
{
"name": "date_added_end",
"value": "",
"type": "query",
"description": "Search for properties added on or before the requested UTC date, in ISO 8601 format (YYYY-MM-DD)\n"
},
{
"name": "date_added_start",
"value": "",
"type": "query",
"description": "Search for properties added on or after the requested UTC date, in ISO 8601 format (YYYY-MM-DD)\n"
},
{
"name": "date_updated_end",
"value": "",
"type": "query",
"description": "Search for properties updated on or before the requested UTC date, in ISO 8601 format (YYYY-MM-DD)\n"
},
{
"name": "date_updated_start",
"value": "",
"type": "query",
"description": "Search for properties updated on or after the requested UTC date, in ISO 8601 format (YYYY-MM-DD)\n"
},
{
"name": "include",
"value": "",
"type": "query",
"description": "Each time this parameter is specified will add to the list of fields and associated objects returned in the\nresponse. All values and field names are lower case. The values `property_ids` and `catalog` will continue\nto behave as specified below for backwards compatibility. All other top level field names will add the\nspecified field to the list of fields returned in the response. See the response schema for a full list of\ntop level field names. Additionally, the field `property_id` will always be returned regardless of what\ninclude values are passed.
\nPossible values:\n * `property_ids` - ***DEPRECATED*** - Please use `property_id` which matches the response field name.\n * `catalog` - Include all property catalog fields. See\n [Property Catalog File endpoint](https://developers.expediagroup.com/docs/rapid/resources/rapid-api#get-/files/properties/catalog)\nfor a list of fields.\n * `property_id` - Passing in the value `property_id` and no other values will limit the response to only\n `property_id`. Not necessary to include in combination with other field name values, as it will always\n be returned.\n * All field names found at the top level of the property content response are now valid values for\n inclusion.\n"
},
{
"name": "multi_unit",
"value": "",
"type": "query",
"description": "Search for multi-unit properties. If this parameter is not supplied, both single-unit and multi-unit\nproperties will be included.\n * `true` - Include only properties that are multi-unit.\n * `false` - Do not include properties that are multi-unit.\n"
},
{
"name": "property_id",
"value": "",
"type": "query",
"description": "The ID of the property you want to search for. You can provide 1 to 250 property_id parameters.\n"
},
{
"name": "property_rating_max",
"value": "",
"type": "query",
"description": "Search for properties with a property rating less than or equal to the requested rating. The highest\nproperty rating value is 5.0.\n"
},
{
"name": "property_rating_min",
"value": "",
"type": "query",
"description": "Search for properties with a property rating greater than or equal to the requested rating. The lowest\nproperty rating value is 0.0.\n"
},
{
"name": "spoken_language_id",
"value": "",
"type": "query",
"description": "The id of the spoken language you want to search for. This parameter can be supplied multiple times with\ndifferent values, which will include properties that match any of the requested spoken languages. The\nlanguage code as a subset of BCP47 format.\n"
},
{
"name": "billing_terms",
"value": "",
"type": "query",
"description": "This parameter is to specify the terms of how a resulting booking should be billed. If this field is needed,\nthe value for this will be provided to you separately.\n"
},
{
"name": "partner_point_of_sale",
"value": "",
"type": "query",
"description": "This parameter is to specify what point of sale is being used to shop and book. If this field is needed, the\nvalue for this will be provided to you separately.\n"
},
{
"name": "payment_terms",
"value": "",
"type": "query",
"description": "This parameter is to specify what terms should be used when being paid for a resulting booking. If this\nfield is needed, the value for this will be provided to you separately.\n"
},
{
"name": "platform_name",
"value": "",
"type": "query",
"description": "This parameter is to specify what platform is being used to shop and book. If this field is needed, the\nvalue for this will be provided to you separately.\n"
}
]
},
"docs": "Search property content for active properties in the requested language.
\nWhen searching with query parameter, `property_id`, you may request 1 to 250 properties at a time.
\nWhen searching with query parameters other than `property_id`, the response will be paginated. See the `Link`\nheader in the 200 response section.
\nThe response is a JSON map where the key is the property ID and the value is the property object itself, which\ncan include property-level, room-level and rate"
},
{
"info": {
"name": "Expedia Group Inactive Properties",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://services.expediapartnercentral.com/properties/inactive",
"headers": [
{
"name": "Accept",
"value": "application/json"
},
{
"name": "Accept-Encoding",
"value": "gzip"
},
{
"name": "User-Agent",
"value": "TravelNow/3.30.112"
},
{
"name": "Customer-Session-Id",
"value": ""
}
],
"params": [
{
"name": "since",
"value": "2023-05-01",
"type": "query",
"description": "Required on initial call, not accepted on subsequent paging links provided in response header.
\nThe earliest date that a property became inactive to include in the results. ISO 8601 format (YYYY-MM-DD)\n"
},
{
"name": "token",
"value": "MY5S3j36cOcLfLBZjPYQ1abhfc8CqmjmFVzkk7euvWaunE57LLeDgaxm516m",
"type": "query",
"description": "Only used for requesting additional pages of data. Provided by the `next` URL in the `Link` response header.\n"
},
{
"name": "billing_terms",
"value": "",
"type": "query",
"description": "This parameter is to specify the terms of how a resulting booking should be billed. If this field is needed,\nthe value for this will be provided to you separately.\n"
},
{
"name": "payment_terms",
"value": "",
"type": "query",
"description": "This parameter is to specify what terms should be used when being paid for a resulting booking. If this\nfield is needed, the value for this will be provided to you separately.\n"
},
{
"name": "partner_point_of_sale",
"value": "",
"type": "query",
"description": "This parameter is to specify what point of sale is being used to shop and book. If this field is needed,\nthe value for this will be provided to you separately.\n"
},
{
"name": "platform_name",
"value": "",
"type": "query",
"description": "This parameter is to specify what platform is being used to shop and book. If this field is needed, the\nvalue for this will be provided to you separately.\n"
}
]
},
"docs": "Request a list of properties that are inactive because they have been removed from sale since a specified\ndate.
\nWhen there are a large number of properties in the response, it will be paginated. See the `Link` header in the\n200 response section.\n"
},
{
"info": {
"name": "Expedia Group Property Guest Reviews",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://services.expediapartnercentral.com/properties/:property_id/guest-reviews",
"headers": [
{
"name": "Accept",
"value": "application/json"
},
{
"name": "Accept-Encoding",
"value": "gzip"
},
{
"name": "Customer-Session-Id",
"value": ""
},
{
"name": "User-Agent",
"value": "TravelNow/3.30.112"
}
],
"params": [
{
"name": "property_id",
"value": "19248",
"type": "path",
"description": "Expedia Property ID.
\n"
},
{
"name": "language",
"value": "language=en-US",
"type": "query",
"description": "Desired language for the response as a subset of BCP47 format that only uses hyphenated pairs of two-digit language and country codes. Use only ISO 639-1 alpha-2 language codes and ISO 3166-1 alpha-2 country codes. See [https://www.w3.org/International/articles/language-tags/](https://www.w3.org/International/articles/language-tags/)\n\nLanguage Options: [https://developers.expediagroup.com/docs/rapid/resources/reference/language-options](https://developers.expediagroup.com/docs/rapid/resources/reference/language-options)\n"
},
{
"name": "billing_terms",
"value": "",
"type": "query",
"description": "This parameter is to specify the terms of how a resulting booking should be billed. If this field is needed, the value for this will be provided to you separately.\n"
},
{
"name": "payment_terms",
"value": "",
"type": "query",
"description": "This parameter is to specify what terms should be used when being paid for a resulting booking. If this field is needed, the value for this will be provided to you separately.\n"
},
{
"name": "partner_point_of_sale",
"value": "",
"type": "query",
"description": "This parameter is to specify what point of sale is being used to shop and book. If this field is needed, the value for this will be provided to you separately.\n"
},
{
"name": "platform_name",
"value": "",
"type": "query",
"description": "This parameter is to specify what platform is being used to shop and book. If this field is needed, the value for this will be provided to you separately.\n"
}
]
},
"docs": "Note: Property Guest Reviews are only available if your account is configured for access and all launch requirements have been followed. Please find the launch requirements here [https://support.expediapartnersolutions.com/hc/en-us/articles/360008646799](https://support.expediapartnersolutions.com/hc/en-us/articles/360008646799) and contact your Account Manager for more details.\n\nThe response is an individual Guest Reviews object containing multiple guest reviews for the requested active "
},
{
"info": {
"name": "Expedia Group Property Catalog File",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://services.expediapartnercentral.com/files/properties/catalog",
"headers": [
{
"name": "Accept",
"value": "application/json"
},
{
"name": "Accept-Encoding",
"value": "gzip"
},
{
"name": "Customer-Session-Id",
"value": ""
},
{
"name": "User-Agent",
"value": "TravelNow/3.30.112"
}
],
"params": [
{
"name": "language",
"value": "language=en-US",
"type": "query",
"description": "Desired language for the response as a subset of BCP47 format that only uses hyphenated pairs of two-digit language and country codes. Use only ISO 639-1 alpha-2 language codes and ISO 3166-1 alpha-2 country codes. See [https://www.w3.org/International/articles/language-tags/](https://www.w3.org/International/articles/language-tags/)\n\nLanguage Options: [https://developers.expediagroup.com/docs/rapid/resources/reference/language-options](https://developers.expediagroup.com/docs/rapid/resources/reference/language-options)\n"
},
{
"name": "supply_source",
"value": "vrbo",
"type": "query",
"description": "Options for which supply source you would like returned in the content response. This parameter may only be supplied once and will return all properties that match the requested supply source. An error is thrown if the parameter is provided multiple times.\n * `expedia` - Standard Expedia supply.\n * `vrbo` - VRBO supply - This option is restricted to partners who have VRBO supply enabled for their profile. See [Vacation Rentals](https://developers.expediagroup.com/docs/rapid/lodging/vacation-rentals) for more information.\n"
},
{
"name": "billing_terms",
"value": "",
"type": "query",
"description": "This parameter is to specify the terms of how a resulting booking should be billed. If this field is needed, the value for this will be provided to you separately.\n"
},
{
"name": "payment_terms",
"value": "",
"type": "query",
"description": "This parameter is to specify what terms should be used when being paid for a resulting booking. If this field is needed, the value for this will be provided to you separately.\n"
},
{
"name": "partner_point_of_sale",
"value": "",
"type": "query",
"description": "This parameter is to specify what point of sale is being used to shop and book. If this field is needed, the value for this will be provided to you separately.\n"
},
{
"name": "platform_name",
"value": "",
"type": "query",
"description": "This parameter is to specify what platform is being used to shop and book. If this field is needed, the value for this will be provided to you separately.\n"
}
]
},
"docs": "Returns a link to download the master list of EPS's active properties in the requested language. The response includes high-level details about each property.\n\n
This file is in JSONL format and is gzipped. The schema of each JSON object in the JSONL file is a subset of the schema of each JSON object from the Property Content call. The subset of fields included are:\n\n * property_id\n * name\n * address\n * ratings\n * location\n * phone\n * fax\n * category\n * rank\n * business_model\n * dat"
},
{
"info": {
"name": "Expedia Group Property Content File",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://services.expediapartnercentral.com/files/properties/content",
"headers": [
{
"name": "Accept",
"value": "application/json"
},
{
"name": "Accept-Encoding",
"value": "gzip"
},
{
"name": "Customer-Session-Id",
"value": ""
},
{
"name": "User-Agent",
"value": "TravelNow/3.30.112"
}
],
"params": [
{
"name": "language",
"value": "language=en-US",
"type": "query",
"description": "Desired language for the response as a subset of BCP47 format that only uses hyphenated pairs of two-digit language and country codes. Use only ISO 639-1 alpha-2 language codes and ISO 3166-1 alpha-2 country codes. See [https://www.w3.org/International/articles/language-tags/](https://www.w3.org/International/articles/language-tags/)\n\nLanguage Options: [https://developers.expediagroup.com/docs/rapid/resources/reference/language-options](https://developers.expediagroup.com/docs/rapid/resources/reference/language-options)\n"
},
{
"name": "supply_source",
"value": "vrbo",
"type": "query",
"description": "Options for which supply source you would like returned in the content response. This parameter may only be supplied once and will return all properties that match the requested supply source. An error is thrown if the parameter is provided multiple times.\n * `expedia` - Standard Expedia supply.\n * `vrbo` - VRBO supply - This option is restricted to partners who have VRBO supply enabled for their profile. See [Vacation Rentals](https://developers.expediagroup.com/docs/rapid/lodging/vacation-rentals) for more information.\n"
},
{
"name": "billing_terms",
"value": "",
"type": "query",
"description": "This parameter is to specify the terms of how a resulting booking should be billed. If this field is needed, the value for this will be provided to you separately.\n"
},
{
"name": "payment_terms",
"value": "",
"type": "query",
"description": "This parameter is to specify what terms should be used when being paid for a resulting booking. If this field is needed, the value for this will be provided to you separately.\n"
},
{
"name": "partner_point_of_sale",
"value": "",
"type": "query",
"description": "This parameter is to specify what point of sale is being used to shop and book. If this field is needed, the value for this will be provided to you separately.\n"
},
{
"name": "platform_name",
"value": "",
"type": "query",
"description": "This parameter is to specify what platform is being used to shop and book. If this field is needed, the value for this will be provided to you separately.\n"
}
]
},
"docs": "Returns a link to download all content for all of EPS’s active properties in the requested language. The response includes property-level, room-level and rate-level information.\n\n
This file is in JSONL format and is gzipped. The schema of each JSON object in the JSONL file is the same as the schema of each JSON object from the Property Content call.\n\n
Example of a JSONL file with 2 properties:\n ```\n {\"property_id\":\"12345\",\"name\":\"Test Property Name\",\"address\":{\"line_1\":\"123 Main St\",\"lin"
},
{
"info": {
"name": "Expedia Group Chain Reference",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://services.expediapartnercentral.com/chains",
"headers": [
{
"name": "Accept",
"value": "application/json"
},
{
"name": "Accept-Encoding",
"value": "gzip"
},
{
"name": "Customer-Session-Id",
"value": ""
},
{
"name": "User-Agent",
"value": "TravelNow/3.30.112"
}
],
"params": [
{
"name": "billing_terms",
"value": "",
"type": "query",
"description": "This parameter is to specify the terms of how a resulting booking should be billed. If this field is needed, the value for this will be provided to you separately.\n"
},
{
"name": "partner_point_of_sale",
"value": "",
"type": "query",
"description": "This parameter is to specify what point of sale is being used to shop and book. If this field is needed, the value for this will be provided to you separately.\n"
},
{
"name": "payment_terms",
"value": "",
"type": "query",
"description": "This parameter is to specify what terms should be used when being paid for a resulting booking. If this field is needed, the value for this will be provided to you separately.\n"
},
{
"name": "platform_name",
"value": "",
"type": "query",
"description": "This parameter is to specify what platform is being used to shop and book. If this field is needed, the value for this will be provided to you separately.\n"
}
]
},
"docs": "Returns a complete collection of chains recognized by the Rapid API.\n\n
Chains represent a parent company which can have multiple brands associated with it. A brand can only be associated with one chain. For example, Hilton Worldwide is a chain that has multiple associated brands including Doubletree, Hampton Inn and Embassy Suites.\n\n
The response is a JSON map where the key is the chain ID and the value is a chain object. Each chain object also contains a map of its related brands.\n\n
No"
}
]
}
],
"bundled": true
}