UnifyAPI
← Back to catalog

jpl.close_approaches

mock data$0.001 / call

JPL Asteroid Close Approaches

Get upcoming and past asteroid close approaches to Earth — distance, velocity, size, sorted by date or distance (NASA JPL)

Space & Astronomyprovider: Jpl#jpl#space

Input schema

sort

Sort field (default: date)

string
h_max

Maximum absolute magnitude H (smaller H = larger object). Filter for brighter/bigger asteroids

number
limit

Maximum number of results (default 20, max 100)

integer
date_max

Maximum close-approach date in YYYY-MM-DD format (default: +60 days)

string
date_min

Minimum close-approach date in YYYY-MM-DD format (default: now)

string
dist_max

Maximum approach distance in AU (e.g. "0.05" = ~7.5M km). Default: 0.05

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.