← Back to catalog
solar.bodies
mock data$0.001 / callSolar System Bodies
List solar system bodies — planets, moons, asteroids, comets, dwarf planets. Returns name, body type, gravity, radius, and moon count. 1,400+ bodies. Filter by type. Source: Solar System OpenData (MIT license).
Input schema
body_type
stringFilter by body type: planet, moon, asteroid, comet, dwarf_planet, or all (default: all)
Call via REST
curl -X POST https://unifyapi.pro/api/call/solar.bodies \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"body_type":"<body_type>"}'