{
"opencollection": "1.0.0",
"info": {
"name": "Expedia Group EPS Deposit Bookings Geography API",
"version": "1.0"
},
"request": {
"auth": {
"type": "basic",
"username": "{{username}}",
"password": "{{password}}"
}
},
"items": [
{
"info": {
"name": "Geography",
"type": "folder"
},
"items": [
{
"info": {
"name": "Expedia Group Regions",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://services.expediapartnercentral.com/regions",
"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": "include",
"value": "details",
"type": "query",
"description": "Options for which content to return in the response. This parameter can be supplied multiple times with different values. The standard and details options cannot be requested together. The value must be lower case.\n * standard - Include the metadata and basic hierarchy of each region.\n * details - Include the metadata, coordinates and full hierarchy of each region.\n * property_ids - Include the list of property IDs within the bounding polygon of each region.\n * property_ids_expanded - Include the list of property IDs within the bounding polygon of each region and property IDs from the surrounding area if minimal properties are within the region.\n"
},
{
"name": "language",
"value": "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": "ancestor_id",
"value": "602962",
"type": "query",
"description": "Search for regions whose ancestors include the requested ancestor region ID. Refer to the list of [top level regions](https://developers.expediagroup.com/docs/rapid/lodging/geography/geography-reference-lists).\n"
},
{
"name": "area",
"value": "3,602962",
"type": "query",
"description": "Filter the results to regions that intersect with a specified area.
\nThe area may be defined in one of two ways:\n * radius,region_id\n * radius,latitude,longitude\n\nRadius combined with region id would search an area that extends the number of kilometers out from the boundaries of the region in all directions.
\nRadius combined with a single point, specified by a latitude, longitude pair would search an area in a circle with the specified radius and the point as the center.
\nRadius should be specified in non-negative whole kilometers, decimals will return an error. A radius of 0 is allowed.
\nWhen specifying the area parameter, there will be a limit of 100 results, which can be narrowed further by the limit parameter.
\nDue to the number of results, unless `point_of_interest` is specified as the only type, regions of type `point_of_interest`\nwill not be included in a request that filters to an area.
\nAn example use case would be searching for the closest 3 airports within 50 kilometers of a specified point.
\n `&type=airport&limit=3&area=50,37.227924,-93.310036`\n"
},
{
"name": "country_code",
"value": "US",
"type": "query",
"description": "Filter the results to a specified ISO 3166-1 alpha-2 country code.\n\nFor more information see: [https://www.iso.org/obp/ui/#search/code/](https://www.iso.org/obp/ui/#search/code/)\n"
},
{
"name": "country_subdivision_code",
"value": "US-MO",
"type": "query",
"description": "Filter the results down to only the ISO 3166-2 country subdivision."
},
{
"name": "iata_location_code",
"value": "SGF",
"type": "query",
"description": "Search for regions by the requested 3-character IATA location code, which will apply to both iata_airport_code and iata_airport_metro_code. The code must be upper case.\n"
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "Limit the number of results returned.\nUsing the area parameter will impose a max value of 100 for this whether specified or not.\n"
},
{
"name": "supply_source",
"value": "vrbo",
"type": "query",
"description": "Options for which supply source you would like returned in the geography 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": "type",
"value": "",
"type": "query",
"description": "Filter the results to a specified region type.\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": "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 the geographic definition and property mappings of regions matching the specified parameters.
\nTo request all regions in the world, omit the `ancestor` query parameter. To request all regions in a specific\ncontinent, country or other level, specify the ID of that region as the `ancestor`. Refer to the list of\n[top level regions](https://developers.expediagroup.com/docs/rapid/lodging/geography/geography-reference-lists).\n
\nThe response is a paginated list of regions. See the"
},
{
"info": {
"name": "Expedia Group Region",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://services.expediapartnercentral.com/regions/:region_id",
"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": "region_id",
"value": "178248",
"type": "path",
"description": "ID of the region to retrieve.\n"
},
{
"name": "language",
"value": "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": "include",
"value": "details",
"type": "query",
"description": "Options for which content to return in the response. This parameter can be supplied multiple times with different values. The value must be lower case.\n * details - Include the metadata, coordinates and full hierarchy of the region.\n * property_ids - Include the list of property IDs within the bounding polygon of the region.\n * property_ids_expanded - Include the list of property IDs within the bounding polygon of the region and property IDs from the surrounding area if minimal properties are within the region.\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": "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"
},
{
"name": "supply_source",
"value": "vrbo",
"type": "query",
"description": "Options for which supply source you would like returned in the geography 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"
}
]
},
"docs": "Returns the geographic definition and property mappings for the requested Region ID. The response is a single JSON formatted region object.\n"
},
{
"info": {
"name": "Expedia Group Properties within Polygon",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://services.expediapartnercentral.com/properties/geography",
"headers": [
{
"name": "Accept-Encoding",
"value": "gzip"
},
{
"name": "Customer-Session-Id",
"value": ""
},
{
"name": "User-Agent",
"value": "TravelNow/3.30.112"
}
],
"params": [
{
"name": "include",
"value": "property_ids",
"type": "query",
"description": "Options for which content to return in the response. The value must be lower case.\n * property_ids - Include the property IDs.\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": "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"
},
{
"name": "supply_source",
"value": "vrbo",
"type": "query",
"description": "Options for which supply source you would like returned in the geography 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"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Returns the properties within an custom polygon that represents a multi-city area or smaller.\nThe coordinates of the polygon should be in [GeoJSON format](https://tools.ietf.org/html/rfc7946) and the polygon must conform to the following restrictions:\n * Polygon size - diagonal distance of the polygon must be less than 500km\n * Polygon type - only single polygons are supported\n * Number of coordinates - must be <= 2000\n"
}
]
}
],
"bundled": true
}