Hero Realms API

Unofficial API for the Hero Realms card game
[
  {
    "Name": "Wizard",
    "Set": "Character Pack: Wizard",
    "Qty": "1",
    "Text": "",
    "Type": "Hero",
    "FactionColor": "",
    "Cost": "",
    "Defense": "",
    "Other": "Health 50",
    "Role": "Hero",
    "Notes": "",
    "Artist": "Dhennis I. Balontong | Haroon Akram",
    "ImageUrl": {
      "face1": "https://www.herorealms.com/wp-content/uploads/2017/09/CWZ-EN-001-wizard-character-female.jpg",
      "face2": "https://www.herorealms.com/wp-content/uploads/2017/09/CWZ-EN-002-wizard-character-male.jpg"
    }
  }
]

Search using any term ▾︎

Get a list of cards that contain the word "fire" in some of their properties.

/api/cards?search=fire

Filter by Name ▾︎

Get a list of cards that contain the word "fire" in their name

/api/cards?name=fire

Filter by Type ▾︎

Get a list of cards from type

/api/cards?type=Hero

Filter by Set ▾︎

Get a list of cards from set

/api/cards?set=boss%20deck%20dragon

Filter by Faction or Color ▾︎

Get a list of cards from faction or color

/api/cards?factionColor=Imperial

Filter by Cost ▾︎

Get a list of cards from cost

/api/cards?cost=1

Filter by Defense ▾︎

Get a list of cards from defense

/api/cards?defense=1

Filter by Role ▾︎

Get a list of cards from role

/api/cards?role=market%20deck

Exclude using any term ▾︎

Get a list of cards that do not contain the word "fire" in some of their properties.

/api/cards?exclude=fire

Combine any parameter ▾︎

For example, get a list of cards with faction color "Imperial", role "Market Deck" and cost of "2"

/api/cards?factionColor=imperial&role=market%20deck&cost=2

List of All Cards

✌ Unleash the potential of Hero Realms with our card API