Developer API
Getting Started
- Create a SpireMeta account
- Go to Settings → API Keys → Generate Key
- Include your key in every request:
Authorization: Bearer sm_pub_YOUR_KEY
Quick Start
curl -H "Authorization: Bearer sm_pub_YOUR_KEY" \
https://api.spiremeta.gg/api/v1/cards?character=ironclad&per_page=5Rate Limits
| Tier | Limit | Who Gets It |
|---|---|---|
| Free | 100 req/hour | All API keys |
| Premium | 1,000 req/hour | Premium subscribers |
Every response includes X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset headers.
Available Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /api/v1/cards | List cards with filters |
| GET | /api/v1/cards/{character}/{slug} | Card detail |
| GET | /api/v1/relics | List relics |
| GET | /api/v1/relics/{slug} | Relic detail |
| GET | /api/v1/potions | List potions |
| GET | /api/v1/potions/{slug} | Potion detail |
| GET | /api/v1/characters | All characters |
| GET | /api/v1/characters/{slug} | Character detail |
| GET | /api/v1/enemies | List enemies |
| GET | /api/v1/enemies/{slug} | Enemy detail |
| GET | /api/v1/tiers/{char}/{context} | Tier list |
| GET | /api/v1/stats/global | Global meta stats |
| GET | /api/v1/stats/global/cards | Card pick & win rates |
| GET | /api/v1/search | Full-text search |
| GET | /api/v1/leaderboards/{category} | Leaderboard entries |
| GET | /api/v1/guides | Published guides |
| GET | /api/v1/guides/{slug} | Guide detail |
| GET | /api/v1/lfg | Active LFG posts |
| GET | /api/v1/patches | Patch versions |
| GET | /api/v1/keywords | Keyword glossary |
Full interactive documentation is available at /api/docs (Swagger UI) and /api/redoc (ReDoc).
Terms of Use
- Attribution required. Display "Powered by SpireMeta.gg" with a link to
https://spiremeta.ggin a visible location. - No commercial resale. API data may not be resold or redistributed as a competing data product.
- Rate limit compliance. Automated circumvention (rotating keys, IP rotation) results in permanent key revocation.
- Data freshness. API data reflects the latest patch but may be up to 1 hour stale due to caching.
- Game asset attribution. All game data and images are property of Mega Crit Games. SpireMeta provides structured access but does not claim ownership.