Skip to main content
SpireMeta.gg

Translate Page

Powered by Google Translate

Developer API

Getting Started

  1. Create a SpireMeta account
  2. Go to Settings → API Keys → Generate Key
  3. 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=5

Rate Limits

TierLimitWho Gets It
Free100 req/hourAll API keys
Premium1,000 req/hourPremium subscribers

Every response includes X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset headers.

Available Endpoints

MethodPathDescription
GET/api/v1/cardsList cards with filters
GET/api/v1/cards/{character}/{slug}Card detail
GET/api/v1/relicsList relics
GET/api/v1/relics/{slug}Relic detail
GET/api/v1/potionsList potions
GET/api/v1/potions/{slug}Potion detail
GET/api/v1/charactersAll characters
GET/api/v1/characters/{slug}Character detail
GET/api/v1/enemiesList enemies
GET/api/v1/enemies/{slug}Enemy detail
GET/api/v1/tiers/{char}/{context}Tier list
GET/api/v1/stats/globalGlobal meta stats
GET/api/v1/stats/global/cardsCard pick & win rates
GET/api/v1/searchFull-text search
GET/api/v1/leaderboards/{category}Leaderboard entries
GET/api/v1/guidesPublished guides
GET/api/v1/guides/{slug}Guide detail
GET/api/v1/lfgActive LFG posts
GET/api/v1/patchesPatch versions
GET/api/v1/keywordsKeyword 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.gg in 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.