GET /neo/rest/v1/neo/{id}
Summary: Get Near Earth Object by ID
Operation ID: getNEOById
Auth: api_key
Operation ID: getNEOById
Auth: api_key
Description
Retrieve a specific Near Earth Object by its ID.
Parameters (2)
api_key
(string, query, required)
NASA API key. Use DEMO_KEY for testing.
id
(string, path, required)
The NEO ID
Examples (2)
| Title | Type | URL | Action |
|---|---|---|---|
| Get NEO by ID with demo key | curl |
https://api.nasa.gov/neo/rest/v1/neo/3542519?api_key=DEMO_KEY |
|
| Get another NEO object | 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:37:19.699054 | 200 | 952ms | |
| 2026-03-23 09:26:26.718575 | 200 | 939ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:37:19.699054 | 58af668bac86 |
3df7cead65c3 |