jpl.events.fireballs
Retrieve NASA JPL fireball event data including energy, velocity, altitude, and coordinates. Filter by date range, energy level, and sort results for atmospheric entry analysis.
Instructions
Get reported fireball (bolide) events — atmospheric entry energy, velocity, altitude, geographic coordinates (NASA JPL CNEOS)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_min | No | Minimum event date in YYYY-MM-DD format | |
| date_max | No | Maximum event date in YYYY-MM-DD format | |
| energy_min | No | Minimum radiated energy in Joules (e.g. 1e10) | |
| sort | No | Sort field (default: date descending) | |
| limit | No | Maximum number of results (default 20, max 100) |