← Back to catalog
nasaexoplanet.planet_detail
mock data$0.001 / callExoplanet 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).
Input schema
planet_namerequired
stringExact planet name for detail lookup (e.g. "HD 209458 b", "TRAPPIST-1 e", "Kepler-452 b")
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>"}'