UnifyAPI
← Back to catalog

nasaexoplanet.planet_detail

mock data$0.001 / call

Exoplanet Detail

Get full parameters for a specific exoplanet by exact name from NASA Exoplanet Archive. Returns orbital period, radius, mass, equilibrium temperature, insolation flux, semi-major axis, host star spectral type and temperature, sky coordinates (RA/Dec), and last parameter update date. Example planets: "HD 209458 b", "TRAPPIST-1 e", "Kepler-452 b" (NASA Exoplanet Archive).

Space & Astronomyprovider: Nasaexoplanet#nasaexoplanet#space

Input schema

planet_namerequired

Exact planet name for detail lookup (e.g. "HD 209458 b", "TRAPPIST-1 e", "Kepler-452 b")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/nasaexoplanet.planet_detail \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"planet_name":"<planet_name>"}'

Try it

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