Created
November 14, 2019 09:16
-
-
Save Gnzlt/55c853dd481d5a333202ddfbf7241b69 to your computer and use it in GitHub Desktop.
N2YO.com API Postman collection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "info": { | |
| "_postman_id": "872a7bd5-c9f6-4b8a-ab70-4276340208f2", | |
| "name": "N2YO", | |
| "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | |
| }, | |
| "item": [ | |
| { | |
| "name": "Get TLE", | |
| "request": { | |
| "method": "GET", | |
| "header": [], | |
| "url": { | |
| "raw": "https://www.n2yo.com/rest/v1/satellite/tle/:norad?apiKey=589P8Q-SDRYX8-L842ZD-5Z9", | |
| "protocol": "https", | |
| "host": [ | |
| "www", | |
| "n2yo", | |
| "com" | |
| ], | |
| "path": [ | |
| "rest", | |
| "v1", | |
| "satellite", | |
| "tle", | |
| ":norad" | |
| ], | |
| "query": [ | |
| { | |
| "key": "apiKey", | |
| "value": "589P8Q-SDRYX8-L842ZD-5Z9" | |
| } | |
| ], | |
| "variable": [ | |
| { | |
| "key": "norad", | |
| "value": "25544" | |
| } | |
| ] | |
| } | |
| }, | |
| "response": [] | |
| }, | |
| { | |
| "name": "Get satellite positions", | |
| "request": { | |
| "method": "GET", | |
| "header": [], | |
| "url": { | |
| "raw": "https://www.n2yo.com/rest/v1/satellite/positions/:norad/:observer_lat/:observer_lng/:observer_alt/:seconds/?apiKey=589P8Q-SDRYX8-L842ZD-5Z9", | |
| "protocol": "https", | |
| "host": [ | |
| "www", | |
| "n2yo", | |
| "com" | |
| ], | |
| "path": [ | |
| "rest", | |
| "v1", | |
| "satellite", | |
| "positions", | |
| ":norad", | |
| ":observer_lat", | |
| ":observer_lng", | |
| ":observer_alt", | |
| ":seconds", | |
| "" | |
| ], | |
| "query": [ | |
| { | |
| "key": "apiKey", | |
| "value": "589P8Q-SDRYX8-L842ZD-5Z9" | |
| } | |
| ], | |
| "variable": [ | |
| { | |
| "key": "norad", | |
| "value": "25544" | |
| }, | |
| { | |
| "key": "observer_lat", | |
| "value": "41.702" | |
| }, | |
| { | |
| "key": "observer_lng", | |
| "value": "-76.014" | |
| }, | |
| { | |
| "key": "observer_alt", | |
| "value": "0" | |
| }, | |
| { | |
| "key": "seconds", | |
| "value": "1" | |
| } | |
| ] | |
| }, | |
| "description": "Get satellite positions" | |
| }, | |
| "response": [] | |
| }, | |
| { | |
| "name": "Get visual passes", | |
| "request": { | |
| "method": "GET", | |
| "header": [], | |
| "url": { | |
| "raw": "https://www.n2yo.com/rest/v1/satellite/visualpasses/:norad/:observer_lat/:observer_lng/:observer_alt/:days/:min_visibility/?apiKey=589P8Q-SDRYX8-L842ZD-5Z9", | |
| "protocol": "https", | |
| "host": [ | |
| "www", | |
| "n2yo", | |
| "com" | |
| ], | |
| "path": [ | |
| "rest", | |
| "v1", | |
| "satellite", | |
| "visualpasses", | |
| ":norad", | |
| ":observer_lat", | |
| ":observer_lng", | |
| ":observer_alt", | |
| ":days", | |
| ":min_visibility", | |
| "" | |
| ], | |
| "query": [ | |
| { | |
| "key": "apiKey", | |
| "value": "589P8Q-SDRYX8-L842ZD-5Z9" | |
| } | |
| ], | |
| "variable": [ | |
| { | |
| "key": "norad", | |
| "value": "25544" | |
| }, | |
| { | |
| "key": "observer_lat", | |
| "value": "41.702" | |
| }, | |
| { | |
| "key": "observer_lng", | |
| "value": "-76.014" | |
| }, | |
| { | |
| "key": "observer_alt", | |
| "value": "0" | |
| }, | |
| { | |
| "key": "days", | |
| "value": "20" | |
| }, | |
| { | |
| "key": "min_visibility", | |
| "value": "0" | |
| } | |
| ] | |
| }, | |
| "description": "Get visual passes" | |
| }, | |
| "response": [] | |
| }, | |
| { | |
| "name": "What's up?", | |
| "request": { | |
| "method": "GET", | |
| "header": [], | |
| "url": { | |
| "raw": "https://www.n2yo.com/rest/v1/satellite/above/:observer_lat/:observer_lng/:observer_alt/:search_radius/:category_id/?apiKey=589P8Q-SDRYX8-L842ZD-5Z9", | |
| "protocol": "https", | |
| "host": [ | |
| "www", | |
| "n2yo", | |
| "com" | |
| ], | |
| "path": [ | |
| "rest", | |
| "v1", | |
| "satellite", | |
| "above", | |
| ":observer_lat", | |
| ":observer_lng", | |
| ":observer_alt", | |
| ":search_radius", | |
| ":category_id", | |
| "" | |
| ], | |
| "query": [ | |
| { | |
| "key": "apiKey", | |
| "value": "589P8Q-SDRYX8-L842ZD-5Z9" | |
| } | |
| ], | |
| "variable": [ | |
| { | |
| "key": "observer_lat", | |
| "value": "41.702" | |
| }, | |
| { | |
| "key": "observer_lng", | |
| "value": "-76.014" | |
| }, | |
| { | |
| "key": "observer_alt", | |
| "value": "0" | |
| }, | |
| { | |
| "key": "search_radius", | |
| "value": "70" | |
| }, | |
| { | |
| "key": "category_id", | |
| "value": "18" | |
| } | |
| ] | |
| }, | |
| "description": "What's up?" | |
| }, | |
| "response": [] | |
| } | |
| ], | |
| "protocolProfileBehavior": {} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment