2s.io Exoplanetary System Profiler is a paid API for AI agents from 2s.io, paid per call via x402, $0.00288/call, status unknown (last checked 2026-09-14).
Returns a full profile of a named exoplanetary system: host star properties, computed habitable zone boundaries, and details for all known planets including habitability flags.
Profile a confirmed exoplanetary system by host-star name (e.g. "TRAPPIST-1", "Kepler-90", "TOI-700"). Groups all the star's known planets into one view, summarizes the host star (spectral type, temperature, radius, mass, distance in light-years), and COMPUTES the star's habitable ("Goldilocks") zone — inner and outer boundary in AU, derived from the stellar luminosity (effective temperature + radius vs. the Sun) — then flags which planets orbit within it. Each planet: radius/mass (Earth units), orbital period, semi-major axis, equilibrium temperature, and in-habitable-zone flag. Astronomy, habitability research, education. Built from the NASA Exoplanet Archive (the same data as /api/space/exoplanet) plus the computed HZ. Public-domain NASA data.
Returns the host star's spectral type, effective temperature, radius, mass, and distance in light-years; computed inner and outer habitable zone boundaries in AU derived from stellar luminosity; and for each known planet: radius and mass in Earth units, orbital period, semi-major axis in AU, equilibrium temperature, and a flag indicating whether the planet falls within the habitable zone.
GEThttps://2s.io/api/space/systemUse this endpoint when you need a consolidated, system-level view of a named exoplanetary host star and all its planets, especially when habitable zone classification is needed. Prefer over individual exoplanet lookups when you want the full stellar context and computed Goldilocks zone in a single call. Best for habitability research, educational summaries, and comparative planetary science by star system.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"hostStar": "TRAPPIST-1"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"data": {
"source": {
"url": "https://exoplanetarchive.ipac.caltech.edu/",
"license": "Public domain (NASA Exoplanet Science Institute / Caltech).",
"provider": "NASA Exoplanet Archive (Planetary Systems table)"
},
"system": {
"star": {
"massSolar": 0.0898,
"radiusSolar": 0.1192,
"spectralType": null,
"effectiveTempK": 2566,
"luminositySolar": 0.000555,
"distanceLightYears": null
},
"planets": [
{
"name": "TRAPPIST-1 e",
"massEarth": 0.692,
"radiusEarth": 0.92,
"discoveryYear": 2017,
"inHabitableZone": true,
"semiMajorAxisAu": 0.02925,
"equilibriumTempK": null,
"orbitalPeriodDays": 6.101013
},
{
"name": "TRAPPIST-1 f",
"massEarth": 1.039,
"radiusEarth": 1.045,
"discoveryYear": 2017,
"inHabitableZone": true,
"semiMajorAxisAu": 0.03849,
"equilibriumTempK": null,
"orbitalPeriodDays": 9.20754
},
{
"name": "TRAPPIST-1 g",
"massEarth": 1.321,
"radiusEarth": 1.129,
"discoveryYear": 2017,
"inHabitableZone": false,
"semiMajorAxisAu": 0.04683,
"equilibriumTempK": null,
"orbitalPeriodDays": 12.352446
},
{
"name": "TRAPPIST-1 h",
"massEarth": 0.326,
"radiusEarth": 0.755,
"discoveryYear": 2017,
"inHabitableZone": false,
"semiMajorAxisAu": 0.06189,
"equilibriumTempK": null,
"orbitalPeriodDays": 18.772866
},
{
"name": "TRAPPIST-1 b",
"massEarth": 1.374,
"radiusEarth": 1.116,
"discoveryYear": 2016,
"inHabitableZone": false,
"semiMajorAxisAu": 0.01154,
"equilibriumTempK": null,
"orbitalPeriodDays": 1.510826
},
{
"name": "TRAPPIST-1 c",
"massEarth": 1.308,
"radiusEarth": 1.097,
"discoveryYear": 2016,
"inHabitableZone": false,
"semiMajorAxisAu": 0.0158,
"equilibriumTempK": null,
"orbitalPeriodDays": 2.421937
},
{
"name": "TRAPPIST-1 d",
"massEarth": 0.388,
"radiusEarth": 0.788,
"discoveryYear": 2016,
"inHabitableZone": true,
"semiMajorAxisAu": 0.02227,
"equilibriumTempK": null,
"orbitalPeriodDays": 4.049219
}
],
"hostStar": "TRAPPIST-1",
"planetCount": 7,
"habitableZone": {
"innerAu": 0.022,
"outerAu": 0.042
}
}
},
"meta": {
"cost": {
"usd": 0.00288,
"tier": 0
},
"caller": "x402",
"version": null,
"endpoint": "space.system",
"settlement": {
"txHash": "0xb3aa92383a42a398b04ef02af028b8649eb32c3639398640b21986d177c0150b",
"network": "eip155:8453",
"success": true
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"