{ "info": { "_postman_id": "879ed390-0624-4197-a5c0-fc5b0f6c2332", "name": "APOD", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Range APOD", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": {}, "url": { "raw": "https://api.nasa.gov/planetary/apod?api_key={{api_key}}&start_date=2018-12-02&hd=true&end_date=2018-12-14", "protocol": "https", "host": [ "api", "nasa", "gov" ], "path": [ "planetary", "apod" ], "query": [ { "key": "api_key", "value": "{{api_key}}" }, { "key": "start_date", "value": "2018-12-02" }, { "key": "hd", "value": "true" }, { "key": "end_date", "value": "2018-12-14" } ] } }, "response": [] }, { "name": "Single APOD", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": {}, "url": { "raw": "https://api.nasa.gov/planetary/apod?api_key={{api_key}}&date=2018-12-02&hd=true", "protocol": "https", "host": [ "api", "nasa", "gov" ], "path": [ "planetary", "apod" ], "query": [ { "key": "api_key", "value": "{{api_key}}" }, { "key": "date", "value": "2018-12-02" }, { "key": "hd", "value": "true" } ] } }, "response": [] }, { "name": "Large image APOD", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": {}, "url": { "raw": "https://api.nasa.gov/planetary/apod?api_key={{api_key}}&date=2018-12-02&hd=true", "protocol": "https", "host": [ "api", "nasa", "gov" ], "path": [ "planetary", "apod" ], "query": [ { "key": "api_key", "value": "{{api_key}}" }, { "key": "date", "value": "2018-12-02" }, { "key": "hd", "value": "true" } ] } }, "response": [] }, { "name": "Video APOD", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": {}, "url": { "raw": "https://api.nasa.gov/planetary/apod?api_key={{api_key}}&date=2018-12-23&hd=true", "protocol": "https", "host": [ "api", "nasa", "gov" ], "path": [ "planetary", "apod" ], "query": [ { "key": "api_key", "value": "{{api_key}}" }, { "key": "date", "value": "2018-12-23" }, { "key": "hd", "value": "true" } ] } }, "response": [] }, { "name": "Missing APOD", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [], "body": {}, "url": { "raw": "https://api.nasa.gov/planetary/apod?api_key={{api_key}}&date=1995-06-17&hd=true", "protocol": "https", "host": [ "api", "nasa", "gov" ], "path": [ "planetary", "apod" ], "query": [ { "key": "api_key", "value": "{{api_key}}" }, { "key": "date", "value": "1995-06-17" }, { "key": "hd", "value": "true" } ] } }, "response": [] } ] }