Overview
Introduction
Welcome to the Unofficial Throne API documentation!
This API provides access to publicly exposed Throne data through a clean, documented interface. All endpoints return JSON responses.
Base URL
https://throne.bwmp.dev/api
Swagger UI
Interactive API documentation is available at:
https://throne.bwmp.dev/api/swagger/index.html
Available Endpoints
| Endpoint | Description |
|---|---|
| Health | API health check |
| Creators | Creator profiles and wishlists |
| Overlays | Query overlay data |
Rate Limiting
Please be respectful with API usage. Excessive requests may be rate limited.
Quick Examples
Get a Creator
curl https://throne.bwmp.dev/api/creators/exampleuser
Get Wishlist Items
curl "https://throne.bwmp.dev/api/creators/exampleuser/wishlist-items?limit=10"
Query Overlays
curl "https://throne.bwmp.dev/api/overlays?username=exampleuser"