jpl_close_approaches
Retrieve near-Earth asteroid and comet flybys from NASA. Filter by date range and maximum distance to find upcoming close approaches.
Instructions
Get asteroid/comet close approaches to Earth. Filter by date range, maximum distance (in AU), and result limit. 1 AU ≈ 150 million km (Earth-Sun distance). 0.05 AU ≈ 7.5 million km.
Example: date_min='2024-01-01', date_max='2024-12-31', dist_max='0.05'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20) | |
| date_max | No | End date (YYYY-MM-DD). Default: +60 days | |
| date_min | No | Start date (YYYY-MM-DD). Default: now | |
| dist_max | No | Max distance in AU (e.g. '0.05' for ~7.5M km). Default: '0.05' |