UnifyAPI
← Back to catalog

solar.bodies

mock data$0.001 / call

Solar 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).

Space & Astronomyprovider: Solar#solar#space

Input schema

body_type

Filter by body type: planet, moon, asteroid, comet, dwarf_planet, or all (default: all)

string

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

Try it

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