Skip to main content
Interested in using our API? Please contact us on Discord for pricing and access.

Welcome

Explore the Star Monitors API documentation to learn how to integrate our data into your own projects. Whether you are building a custom bot, a mobile app, or an analytics dashboard, our API provides the endpoints you need. If you have any questions or require support, our team is available on Discord.

In-Store API

Access real-time in-store stock data for your applications.

Authentication

All API requests require authentication via an API Key. Include your unique key in the X-API-Key header of every request.
{
  "headers": {
    "X-API-Key": "<YOUR_API_KEY>"
  }
}