TechPort logo

TechPort

TechPort

NASA Near Earth Object Web Service (NeoWs) API provides near-Earth asteroid data — daily near-Earth asteroids, orbital parameters, potential threat assessment.

Visit site ↗Health checked 9h ago
Use it when

NASA public data — authoritative

Watch for

Slow response for large data (dozens of NEOs per day)

First check

NASA API key. GET https://api.nasa.gov/neo/rest/v1/feed?start_date=2024-01-01&api_key=... for a date range.

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
688 ms
Protocol
REST
Pricing

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 688ms
01

About this API

NeoWs is NASA's public Near-Earth Object tracking API. Tens to hundreds of asteroids "approach" Earth daily (though "approach" might mean millions of km distance). NeoWs normalizes this data — each asteroid has name, estimated diameter range, closest approach time, distance, velocity, and whether tagged as PHA (Potentially Hazardous Asteroid, meeting "diameter > 140m AND closest distance < 7.5 million km" criteria). Common uses: astronomy enthusiast apps showing "today's passing asteroids", science widgets like "closest asteroid currently this much farther than Moon", AI assistants answering "will Apophis hit Earth" (answer: 2068 impact risk has been ruled out). Completely free.

02

What you can build

  • 1Astronomy apps showing "today's near-Earth asteroids"
  • 2Daily asteroid widgets on science sites
  • 3Discord/Slack bots posting daily
  • 4AI assistants answering "will it hit Earth"
03

Strengths & limitations

Strengths

  • NASA public data — authoritative
  • Provides PHA (Potentially Hazardous Asteroid) marks
  • Free

Limitations

  • Slow response for large data (dozens of NEOs per day)
  • Does not predict impact probability (see JPL Sentry system)
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://techport.nasa.gov/<endpoint>
05

Getting started

NASA API key. GET https://api.nasa.gov/neo/rest/v1/feed?start_date=2024-01-01&api_key=... for a date range.

06

FAQ

Are PHAs really dangerous?+

PHA just means "characteristics of potential risk" — not confirmed impact. After detailed orbital calculations, the vast majority of PHAs have 0 impact probability.

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: No
Auth type
unknown
Pricing
unknown
Protocols
REST
SDKs
python, javascript, go
Response time
688 ms
Last health check
5/12/2026, 7:37:53 AM
08

Tags

09

More from Nasa Gov