← Back to catalog
jpl.close_approaches
mock data$0.001 / callJPL Asteroid Close Approaches
Get upcoming and past asteroid close approaches to Earth — distance, velocity, size, sorted by date or distance (NASA JPL)
Input schema
sort
stringSort field (default: date)
h_max
numberMaximum absolute magnitude H (smaller H = larger object). Filter for brighter/bigger asteroids
limit
integerMaximum number of results (default 20, max 100)
date_max
stringMaximum close-approach date in YYYY-MM-DD format (default: +60 days)
date_min
stringMinimum close-approach date in YYYY-MM-DD format (default: now)
dist_max
stringMaximum approach distance in AU (e.g. "0.05" = ~7.5M km). Default: 0.05
Call via REST
curl -X POST https://unifyapi.pro/api/call/jpl.close_approaches \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"sort":"<sort>","h_max":0,"limit":0,"date_max":"<date_max>","date_min":"<date_min>","dist_max":"<dist_max>"}'