{ "opencollection": "1.0.0", "info": { "name": "Basetrip Cities Safety API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Safety", "type": "folder" }, "items": [ { "info": { "name": "Get Country Safety", "type": "http" }, "http": { "method": "GET", "url": "https://api.thebasetrip.com/v3/countries/:id/safety", "params": [ { "name": "id", "value": "", "type": "path", "description": "Country slug or alpha-2 code" } ] }, "docs": "Get safety ratings and travel advisories for a country." } ] } ], "bundled": true }