GET /neo/rest/v1/neo/{neo_id}
Summary: Get Specific Near Earth Object
Operation ID: getNEOById
Auth: api_key
Operation ID: getNEOById
Auth: api_key
Description
Look up a specific Asteroid by its NASA JPL small body ID.
Parameters (2)
api_key
(string, query, required)
NASA API key (use 'DEMO_KEY' for testing)
neo_id
(string, path, required)
Asteroid SPK-ID
Examples (2)
| Title | Type | URL | Action |
|---|---|---|---|
| Get asteroid by SPK-ID using DEMO_KEY | curl |
https://api.nasa.gov/neo/rest/v1/neo/3542519?api_key=DEMO_KEY |
|
| Get another NEO with different asteroid ID | curl |
https://api.nasa.gov/neo/rest/v1/neo/2465633?api_key=DEMO_KEY |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 09:14:42.167819 | 200 | 1163ms | |
| 2026-03-23 09:04:53.264891 | 200 | 1575ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:14:42.167819 | 3df7cead65c3 |
58af668bac86 |