# Astralmc — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Check who the top donor is and see the 5 most recent players who made purchases on the AstralMC Minecraft server store. Stay updated on the latest store activity and recognize your most generous supporters in real-time.

**Category:** E-commerce | **Website:** [store.astralmc.cc/](https://store.astralmc.cc/) | **Docs:** [parse.bot/marketplace/0484ea99-6731-4a6e-a61b-8919d56af6a3/store-astralmc-cc-api](https://parse.bot/marketplace/0484ea99-6731-4a6e-a61b-8919d56af6a3/store-astralmc-cc-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-store-astralmc-cc-api-0484ea99/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_store_info

Returns the current top donator username (the player who paid the most this month) and the 5 most recent payment usernames. Data is extracted from the store homepage and reflects live state.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-store-astralmc-cc-api-0484ea99/get_store_info \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
