{ "opencollection": "1.0.0", "info": { "name": "NASA Astronomy Picture of the Day (APOD) Album TAP API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "TAP", "type": "folder" }, "items": [ { "info": { "name": "Synchronous TAP Query", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/sync", "params": [ { "name": "query", "value": "", "type": "query", "description": "ADQL query string." }, { "name": "format", "value": "", "type": "query", "description": "Response format." }, { "name": "lang", "value": "", "type": "query" } ] }, "docs": "Synchronous TAP Query" }, { "info": { "name": "Asynchronous TAP Query", "type": "http" }, "http": { "method": "POST", "url": "https://api.nasa.gov/async", "body": { "type": "form-urlencoded", "data": [ { "name": "query", "value": "" }, { "name": "format", "value": "" }, { "name": "lang", "value": "" } ] } }, "docs": "Asynchronous TAP Query" } ] } ], "bundled": true }