UnifyAPI
← Back to catalog

nasaexoplanet.stats

mock data$0.001 / call

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

Space & Astronomyprovider: Nasaexoplanet#nasaexoplanet#space

Input schema

limit

Maximum number of groups to return (default 50, max 100)

integer
group_by

Dimension to aggregate by: "method" (discovery method counts), "year" (annual discoveries), or "facility" (telescope/observatory counts). Default: method

string

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

Try it

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