GET /nasa/asteroids
Get a list of asteroids making close approaches to Earth today, from NASA's Near Earth Object Web Service (NeoWs). Returns asteroid names, estimated diameters, closest approach distances, relative velocities, and whether they are classified as potentially hazardous. Useful for space awareness apps, science education tools, and astronomy dashboards that track objects passing near our planet.
curl https://nordapi.ee/api/v1/nasa/asteroids
HTTP 502: {
"error": "NASA API returned 429",
"success": false
}