{ "opencollection": "1.0.0", "info": { "name": "NASA Open APIs APOD Earth API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Earth", "type": "folder" }, "items": [ { "info": { "name": "Landsat 8 imagery for a lat/lon and date", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/planetary/earth/imagery", "params": [ { "name": "lat", "value": "", "type": "query" }, { "name": "lon", "value": "", "type": "query" }, { "name": "date", "value": "", "type": "query" }, { "name": "dim", "value": "", "type": "query" } ] }, "docs": "Landsat 8 imagery for a lat/lon and date" }, { "info": { "name": "Landsat 8 asset metadata for a lat/lon and date", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/planetary/earth/assets", "params": [ { "name": "lat", "value": "", "type": "query" }, { "name": "lon", "value": "", "type": "query" }, { "name": "date", "value": "", "type": "query" } ] }, "docs": "Landsat 8 asset metadata for a lat/lon and date" } ] } ], "bundled": true }