{ "opencollection": "1.0.0", "info": { "name": "Basetrip Cities API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Cities", "type": "folder" }, "items": [ { "info": { "name": "List Cities By Country", "type": "http" }, "http": { "method": "GET", "url": "https://api.thebasetrip.com/v3/countries/:id/cities", "params": [ { "name": "id", "value": "", "type": "path", "description": "Country slug or alpha-2 code" } ] }, "docs": "Get all cities for a specific country including their names and slugs." }, { "info": { "name": "Get City", "type": "http" }, "http": { "method": "GET", "url": "https://api.thebasetrip.com/v3/cities/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "City slug" } ] }, "docs": "Get detailed information for a specific city by slug." } ] } ], "bundled": true }