{ "opencollection": "1.0.0", "info": { "name": "NASA Astronomy Picture of the Day (APOD) Album WMTS API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "WMTS", "type": "folder" }, "items": [ { "info": { "name": "Get a Trek WMTS Tile", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/tiles/:body/EQ/:layer/1.0.0/default/default028mm/:z/:y/:x.:ext", "params": [ { "name": "body", "value": "", "type": "path" }, { "name": "layer", "value": "", "type": "path", "description": "Layer identifier within the Trek body catalog." }, { "name": "z", "value": "", "type": "path" }, { "name": "y", "value": "", "type": "path" }, { "name": "x", "value": "", "type": "path" }, { "name": "ext", "value": "", "type": "path" } ] }, "docs": "Get a Trek WMTS Tile" } ] } ], "bundled": true }