← Back to catalog
jpl.small_body
mock data$0.001 / callJPL Small Body Lookup
Look up asteroid or comet data by name/designation — orbital elements, physical parameters, discovery info, hazard classification (NASA JPL SBDB)
Input schema
des
stringSPK-ID or designation for exact lookup (e.g. "99942" for Apophis)
sstr
stringSearch string — asteroid/comet name or designation (e.g. "Apophis", "2024 YR4", "Halley")
phys_par
booleanInclude physical parameters like diameter, albedo, rotation period (default true)
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>"}'