Asteroid Close Approaches
jpl.asteroids.approachesRetrieve upcoming and past asteroid close approaches to Earth, with distance, velocity, size, and sorting by date or distance.
Instructions
Get upcoming and past asteroid close approaches to Earth — distance, velocity, size, sorted by date or distance (NASA JPL)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_min | No | Minimum close-approach date in YYYY-MM-DD format (default: now) | |
| date_max | No | Maximum close-approach date in YYYY-MM-DD format (default: +60 days) | |
| dist_max | No | Maximum approach distance in AU (e.g. "0.05" = ~7.5M km). Default: 0.05 | |
| h_max | No | Maximum absolute magnitude H (smaller H = larger object). Filter for brighter/bigger asteroids | |
| sort | No | Sort field (default: date) | |
| limit | No | Maximum number of results (default 20, max 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |