Stars Lookup API

GET

Put accurate mass, distance, and classification behind any star name.

Stars Lookup retrieves physical and positional stellar data by star name or astronomical classification. Query individual stars or filter by spectral class to obtain mass in kilograms, distance in light-years, and stellar type.

Try it — live request, no key required

Request
GETapi.apiverve.com/v1/starslookup?name=Sirius
Query parameters
Verification
Format

No key required to try it. Get a key to use it in your app.

Example
{
  "status": "ok",
  "error": null,
  "data": {
    "starName": "Sirius",
    "mass": 4.674385e+30,
    "diameter": 2825760,
    "galX": -5.895,
    "galY": -6.152,
    "galZ": -1.167,
    "dist": 8.6,
    "starType": "A1(V)",
    "temp": 9500,
    "color": "0xbaccff"
  }
}

About the Stars Lookup API

Requests accept a specific star name or astronomical classification, such as spectral codes, spectral classes, or categories like red dwarf and supergiant. Classification queries return up to ten matching entries. Each record supplies mass in kilograms, distance in light-years, and stellar classification, while paid plans add surface temperature, diameter, hex color codes, and 3D galactic coordinates.

What people use it for

Planetarium Display Systems
Stargazing apps query star names to show visitors distance from Earth, stellar classification, and real celestial mass during live sky tours.
Sci-Fi Worldbuilding
To build believable galaxy maps, game developers pull spectral classes like red dwarf or main sequence to seed star systems with authentic physics.
Astronomy Curriculum Portals
When students compare celestial bodies, digital textbooks pull mass in kilograms and stellar types to demonstrate the Hertzsprung-Russell relationship.
Telescope Calibration Software
Align optical tracking mounts by looking up known reference stars to verify catalog identity and light-year distance against visual field observations.

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use Stars Lookup

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the Stars Lookup API.

Read the docs
Is it cheap enough to look up star data for every search query in my app?
Yes. Each lookup costs 2 credits, which works out to about $0.0003 per call on the Starter plan, or $0.30 per 1,000 lookups. The Starter plan covers up to 100,000 lookups each month, while the Free plan gives you 100 calls monthly for testing.
Are star diameter, temperature, and coordinates included on the Free plan?
No. The diameter, surface temperature, hex color, and galactic X, Y, and Z coordinates are premium fields. On the Free plan, lookups return core data like mass, distance, and stellar classification. Upgrading to any paid plan unlocks all premium fields.
Can I search for stars by classification instead of a specific name?
Yes. The API provides two separate lookup methods: you can query by a specific star name like Sirius, or search by star classification type such as Supergiant.
What units of measurement are used for the returned values?
Star mass is returned in kilograms and distance is in light-years on every plan; on paid plans, diameter is in kilometers and surface temperature is provided in Kelvin. On paid plans, positional data is given as galactic X, Y, and Z coordinates, alongside a hex code for star color.
Can I use this star data inside a commercial stargazing app?
Yes, provided you are on a paid plan. Commercial use is permitted across all paid tiers, and you may display the data directly to your users. You cannot resell or redistribute the raw catalog data as a standalone dataset.

Ready to build with Stars Lookup? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs