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=fireFilter by Name ▾︎
Get a list of cards that contain the word "fire" in their name
/api/cards?name=fireFilter by Type ▾︎
Get a list of cards from type
/api/cards?type=HeroFilter by Set ▾︎
Get a list of cards from set
/api/cards?set=boss%20deck%20dragonFilter by Faction or Color ▾︎
Get a list of cards from faction or color
/api/cards?factionColor=ImperialFilter by Cost ▾︎
Get a list of cards from cost
/api/cards?cost=1Filter by Defense ▾︎
Get a list of cards from defense
/api/cards?defense=1Filter by Role ▾︎
Get a list of cards from role
/api/cards?role=market%20deckExclude using any term ▾︎
Get a list of cards that do not contain the word "fire" in some of their properties.
/api/cards?exclude=fireCombine 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