{ "opencollection": "1.0.0", "info": { "name": "NASA Astronomy Picture of the Day (APOD) Album Natural API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Natural", "type": "folder" }, "items": [ { "info": { "name": "Get Most Recent Natural Color Images", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/api/natural", "params": [ { "name": "api_key", "value": "", "type": "query" } ] }, "docs": "Get Most Recent Natural Color Images" }, { "info": { "name": "Get Natural Color Images by Date", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/api/natural/date/:date", "params": [ { "name": "date", "value": "", "type": "path" }, { "name": "api_key", "value": "", "type": "query" } ] }, "docs": "Get Natural Color Images by Date" }, { "info": { "name": "Get Available Natural Color Dates", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/api/natural/available", "params": [ { "name": "api_key", "value": "", "type": "query" } ] }, "docs": "Get Available Natural Color Dates" }, { "info": { "name": "Get All Natural Color Image Dates", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/api/natural/all", "params": [ { "name": "api_key", "value": "", "type": "query" } ] }, "docs": "Get All Natural Color Image Dates" } ] } ], "bundled": true }