← Back to catalog
jpl.fireballs
mock data$0.001 / callJPL Fireball Events
Get reported fireball (bolide) events — atmospheric entry energy, velocity, altitude, geographic coordinates (NASA JPL CNEOS)
Input schema
sort
stringSort field (default: date descending)
limit
integerMaximum number of results (default 20, max 100)
date_max
stringMaximum event date in YYYY-MM-DD format
date_min
stringMinimum event date in YYYY-MM-DD format
energy_min
numberMinimum radiated energy in Joules (e.g. 1e10)
Call via REST
curl -X POST https://unifyapi.pro/api/call/jpl.fireballs \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"sort":"<sort>","limit":0,"date_max":"<date_max>","date_min":"<date_min>","energy_min":0}'