{ "opencollection": "1.0.0", "info": { "name": "Tripadvisor Content Availability API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Availability", "type": "folder" }, "items": [ { "info": { "name": "Check Hotel Availability", "type": "http" }, "http": { "method": "POST", "url": "https://api.content.tripadvisor.com/api/v1/availability", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Called by Tripadvisor in real-time when a user views a hotel page to retrieve current pricing and availability. The request can include one to many hotels. Partners must respond within 5 seconds on average. All parameters are sent as application/x-www-form-urlencoded and the response must be JSON with Content-Type application/json." } ] } ], "bundled": true }