get_exoplanet_data
Retrieve exoplanet data from NASA's Exoplanet Archive using custom queries. Specify table (e.g., exoplanets, KOI) and output format (JSON, CSV, XML, IPAC) for filtered results.
Instructions
Get data from NASA's Exoplanet Archive.
Args: query: Specific query to filter results using Exoplanet Archive syntax. Example: "pl_orbper > 300 and pl_rade < 2" table: Table to query. Common options: exoplanets (confirmed planets), cumulative (Kepler Objects of Interest), koi (subset of cumulative), tce (Threshold Crossing Events). format: Output format. Options: json, csv, xml, ipac. Default: json.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | json | |
query | No | ||
table | No | exoplanets |