{ "opencollection": "1.0.0", "info": { "name": "NASA Astronomy Picture of the Day (APOD) Album Stations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Stations", "type": "folder" }, "items": [ { "info": { "name": "List Ground Stations", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/groundStations" }, "docs": "List Ground Stations" } ] } ], "bundled": true }