{ "opencollection": "1.0.0", "info": { "name": "Activities Availability hotel API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "hotel", "type": "folder" }, "items": [ { "info": { "name": "Hotels Information", "type": "http" }, "http": { "method": "GET", "url": "https://api-dev.despegar.com/v3/activities-api/content-api/hotels", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Comma-separated list of hotel IDs (max 100)." }, { "name": "language", "value": "", "type": "query", "description": "Language code." } ] }, "docs": "Returns static information about hotels including photos, rooms, amenities, etc." } ] } ], "bundled": true }