syncing market data_
A web service for near earth objects. All the data is from the <a href="http://neo.jpl.nasa.gov/" target="_blank">NASA JPL Asteroid team</a>. NeoWs is proud to power AsteroidTracker on <a href="https://itunes.apple.com/us/app/asteroid-
A web service for near earth objects. All the data is from the <a href="http://neo.jpl.nasa.gov/" target="_blank">NASA JPL Asteroid team</a>. NeoWs is proud to power AsteroidTracker on <a href="https://itunes.apple.com/us/app/asteroid-tracker/id689684901?mt=8" target="_blank">iOS</a> and <a href="https://play.google.com/store/apps/details?id=com.vitruviussoftware.bunifish.asteroidtracker&feature" target="_blank">Android</a> as well as related apps. Follow us on <a href="https://twitter.com/AsteroidTracker" target="_blank">Twitter</a>
| Method | Path | Summary | Price |
|---|---|---|---|
| GET | /rest/v1/feed/today | Find Near Earth Objects for today | FREE |
| GET | /rest/v1/neo/browse | Browse the Near Earth Objects service | FREE |
| GET | /rest/v1/neo/sentry/{asteroid_id} | Retrieve Sentry (Impact Risk ) Near Earth Objectby ID | FREE |
| GET | /rest/v1/neo/sentry | Retrieve Sentry (Impact Risk ) Near Earth Objects | FREE |
| GET | /rest/v1/neo/{asteroid_id} | Find Near Earth Objects by id | FREE |
| GET | /rest/v1/stats | Get the Near Earth Object data set totals | FREE |
ozma register && ozma call neows-near-earth-object-web-service /rest/v1/feed/today --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/neows-near-earth-object-web-service/rest/v1/feed/today# Python
client.proxy_call("neows-near-earth-object-web-service", "/rest/v1/feed/today")