{ "opencollection": "1.0.0", "info": { "name": "NASA Astronomy Picture of the Day (APOD) Album Categories API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "Get Event Categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/categories" }, "docs": "Get Event Categories" }, { "info": { "name": "Get Events for a Category", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/categories/:category", "params": [ { "name": "category", "value": "", "type": "path" } ] }, "docs": "Get Events for a Category" } ] } ], "bundled": true }