{ "opencollection": "1.0.0", "info": { "name": "NASA Open APIs (Artemis-relevant subset) APOD EPIC API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "EPIC", "type": "folder" }, "items": [ { "info": { "name": "Most recent EPIC natural color image metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/EPIC/api/natural", "params": [ { "name": "api_key", "value": "", "type": "query" } ] }, "docs": "Most recent EPIC natural color image metadata" }, { "info": { "name": "EPIC natural color image metadata for a date", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/EPIC/api/natural/date/:date", "params": [ { "name": "date", "value": "", "type": "path" }, { "name": "api_key", "value": "", "type": "query" } ] }, "docs": "EPIC natural color image metadata for a date" } ] } ], "bundled": true }