get_near_earth_objects
ActiveTool of NASA Data
declared in 1.0.0
Get Near Earth Objects (asteroids) from NASA NeoWs. Returns asteroid data including size, hazard status, closest approach distance and velocity.
Parameters schema
{
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "Start date YYYY-MM-DD (default: today)"
},
"days": {
"type": "number",
"description": "Number of days to fetch (1-7, default: 3)"
},
"hazardous_only": {
"type": "boolean",
"description": "Only return potentially hazardous asteroids (default: false)"
}
}
}Parent server
NASA Data
1/7 registries