get_asteroids_feed
Retrieve near-Earth asteroid data for specified date ranges to monitor potential close approaches and track space objects.
Instructions
Get a list of asteroids based on their closest approach date to Earth.
Args: start_date: Start date for asteroid search in YYYY-MM-DD format. end_date: End date for asteroid search in YYYY-MM-DD format. The Feed date limit is only 7 Days. If not specified, 7 days after start_date is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | ||
| end_date | No |