{ "opencollection": "1.0.0", "info": { "name": "Marriott Developer Availability Properties API", "version": "1.0" }, "items": [ { "info": { "name": "Properties", "type": "folder" }, "items": [ { "info": { "name": "Search properties", "type": "http" }, "http": { "method": "GET", "url": "https://devportalprod.marriott.com/properties", "params": [ { "name": "location", "value": "", "type": "query", "description": "City or geographic location to search." }, { "name": "brand", "value": "", "type": "query", "description": "Filter by Marriott brand code." }, { "name": "radius", "value": "", "type": "query", "description": "Search radius in miles." } ] }, "docs": "Search for Marriott hotel properties by location, brand, amenities, and other criteria across the global portfolio." }, { "info": { "name": "Get property details", "type": "http" }, "http": { "method": "GET", "url": "https://devportalprod.marriott.com/properties/:propertyId", "params": [ { "name": "propertyId", "value": "", "type": "path", "description": "The unique property identifier." } ] }, "docs": "Retrieves detailed information about a specific Marriott hotel property including amenities, location, and contact details." } ] } ], "bundled": true }