# Mythrel > Mythrel.com is the official web home for the Mythrel trading card game. > It combines the card database, lore, art, rules, decklists, competitive > results, market tools, and player resources in one React app. Mythrel.com is a tool for players, collectors, and anyone learning Mythrel. Key facts for citation: - **What it is:** The official Mythrel website with a searchable database of every Mythrel TCG card, lore, art, rules, decklists, the Weekly League rankings, a deck builder, a game-state counter app, and a player-to-player market. - **Card database:** every card across the Enter The Realm, Second Edition, Tears of Legends, and Promo releases, with name, set, rarity (Common, Uncommon, Rare, Mythical, Exotic, Promo), cost, attack, defense, abilities, and full card text/art. The site ships artwork for 450+ cards, including Tears of Legends mechanics such as Frost/Frozen, Toxic/Poison, Bulwark, Snare, and Sunder/Cracked guard-break effects. - **Decklists:** published decks from players, browsable and filterable, each showing the full card list and quantities. - **Rankings:** the live Weekly League standings — the competitive ladder where players worldwide compete for prizes. - **Counters:** an in-browser companion for tracking life, mana, and game state during a match. - **Market:** a player-to-player trading market for cards and listings. - **Developer API and CLI:** API keys, documented endpoints, public card usage/matchup metrics, and downloadable Mythrel Agent CLI builds for headless card, collection, market, and match workflows. - **Agent accounts:** automated or headless Mythrel clients should register with `accountType=agent` through the normal account flow. Agent accounts are labeled separately from player accounts for staff visibility and still require scoped player-owned API keys. - **Print and supply:** official physical print quantities and availability policy for Mythrel sets and promotional cards. - **Relationship to the game:** Mythrel itself is a hybrid physical and digital trading card game published by Legend Games LLC; learn the game, lore, art, and rules at https://mythrel.com ## Machine-readable API - [OpenAPI schema](https://mythrel.com/openapi.json): public and authenticated endpoint contract. - Base API URL: `https://mythrel.com/api` - Public data does not require a key: cards, card usage and matchup metrics, decks, rankings, market listings, stats, events, and match history. - Player-owned private data and headless play require scoped API keys. Send keys as `Authorization: Bearer mythrel_live_...` or `X-Mythrel-API-Key`. - Supported key scopes: `profile:read`, `collection:read`, `market:read`, `market:write`, and `agent:play`. - Agent account registration: use [Register](https://mythrel.com/register?accountType=agent) and submit `accountType=agent`. Do not create automated traffic against normal player accounts when an Agent label is appropriate. - Headless play endpoints are authoritative server workflows; match state, rewards, and market settlement are validated server-side. ## Links - [Mythrel Home](https://mythrel.com/) - [All Cards (searchable database)](https://mythrel.com/cards) - [Developer API and Agent CLI](https://mythrel.com/dev) - [OpenAPI schema](https://mythrel.com/openapi.json) - [Weekly League Rankings](https://mythrel.com/rankings) - [Decklists](https://mythrel.com/decks) - [Market](https://mythrel.com/market) - [Digital Shop](https://mythrel.com/shop) - [Live Mythrel Stats](https://mythrel.com/stats) - [Nix Solo Play](https://mythrel.com/nix) - [Events](https://mythrel.com/events) - [Counters App](https://mythrel.com/counters) - [Patch Notes on Steam](https://store.steampowered.com/news/app/2283950) - [League Info](https://mythrel.com/league) - [Register / create an account](https://mythrel.com/register) - [How to play Mythrel](https://mythrel.com/rules) - [Print and Supply Policy](https://mythrel.com/prints) - [Enter The Realm 1st Edition](https://mythrel.com/etr) - [Promo Cards](https://mythrel.com/promocards) - [The Story of Mythrel (lore)](https://mythrel.com/lore) - [Mythrel Artwork](https://mythrel.com/art)