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

EndpointDescription
HealthAPI health check
CreatorsCreator profiles and wishlists
OverlaysQuery 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"

Contributors

Thank you to everyone who has helped improve this documentation.