← Back to catalog
nasaexoplanet.stats
mock data$0.001 / callExoplanet Discovery Statistics
Get discovery statistics for confirmed exoplanets aggregated by method, year, or facility. Group by "method" to see Transit vs Radial Velocity vs Imaging counts, "year" for annual discovery trends since 1988, or "facility" to rank observatories and missions (Kepler, TESS, Keck, etc.) by total discoveries (NASA Exoplanet Archive).
Input schema
limit
integerMaximum number of groups to return (default 50, max 100)
group_by
stringDimension to aggregate by: "method" (discovery method counts), "year" (annual discoveries), or "facility" (telescope/observatory counts). Default: method
Call via REST
curl -X POST https://unifyapi.pro/api/call/nasaexoplanet.stats \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":0,"group_by":"<group_by>"}'