UnifyAPI
← Back to catalog

jpl.small_body

mock data$0.001 / call

JPL Small Body Lookup

Look up asteroid or comet data by name/designation — orbital elements, physical parameters, discovery info, hazard classification (NASA JPL SBDB)

Space & Astronomyprovider: Jpl#jpl#space

Input schema

des

SPK-ID or designation for exact lookup (e.g. "99942" for Apophis)

string
sstr

Search string — asteroid/comet name or designation (e.g. "Apophis", "2024 YR4", "Halley")

string
phys_par

Include physical parameters like diameter, albedo, rotation period (default true)

boolean

Call via REST

curl -X POST https://unifyapi.pro/api/call/jpl.small_body \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"des":"<des>","sstr":"<sstr>","phys_par":"<phys_par>"}'

Try it

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