Web API Object Model

A full list of the objects returned by the endpoints of the Web API.

card object (full)

KEYVALUE TYPEVALUE DESCRIPTION
idintegerThe unique ID of the card.
en_namestringThe english name of the card.
en_subnamestringThe english subname of the card.
en_flavorstringThe english flavor of the card.
en_img_srcstringThe url of the english version of the card.
en_back_namestringThe english name of the back of the card.
en_back_subnamestringThe english subname of the back of the card.
en_back_flavorstringThe english flavor of the back of the card.
en_back_img_srcstringThe url of the english version of the back of the card.
fr_namestringThe french name of the card.
fr_subnamestringThe french subname of the card.
fr_flavorstringThe french flavor of the card.
fr_img_srcstringThe url of the french version of the card.
fr_back_namestringThe french name of the back of the card.
fr_back_subnamestringThe french subname of the back of the card.
fr_back_flavorstringThe french flavor of the back of the card.
fr_back_img_srcstringThe url of the french version of the back of the card.
typetype object (simplified)The type of the card.
subtypesubtype object (simplified)The subtype of the card.
classclass object (simplified)The class of the card.
willintegerThe willpower value of the card.
intellectintegerThe intellect value of the card.
combatintegerThe combat value of the card.
agilityintegerThe agility value of the card.
healthintegerThe health value of the card.
health_per_investigatorintegerIs the health value per investigator?
sanityintegerThe sanity value of the card.
doomintegerThe doom value of the card.
shroudintegerThe shroud value of the card.
clueintegerThe number of clues of the card, or the clue treshold.
clue_per_investigatorbooleanIs the clue value per investigator?
fightintegerThe fight value of the card.
evadeintegerThe evade value of the card.
damageintegerThe damage value of the card.
horrorintegerThe horror value of the card.
slot_idstringThe ID of the slot of the card.
stageintegerThe number of the stage of the card.
cyclecycle object (simplified)The cycle where the card came from.
packpack object (simplified)The pack where the card came from.
numberintegerThe number of the card in the cycle.
quantityintegerThe quantity of the card in the cycle.
encounter_setencounter set object (simplified)The encounter set where the card came from.
encounter_numberintegerThe number of the card in the encounter set.
encounter_quantityintegerThe quantity of the card in the encounter set.
is_uniquebooleanIs the card unique ?
traitsstringsThe IDs of the traits of the card.
keywordsstringsThe IDs of the keywords of the card.
illustratorstringThe ID of the illustrator of the card.
back_illustratorstringThe ID of the illustrator of the back of the card.

card object (simplified)

KEYVALUE TYPEVALUE DESCRIPTION
idintegerThe unique ID of the card.
en_namestringThe english name of the card.
type_idstringThe id of the type of the card.
subtype_idstringThe id of the subtype of the card.
class_idstringThe id of the class of the card.
cycle_idstringThe ID of the cycle where the card came from.
pack_idstringThe ID of the pack where the card came from.
numberintegerThe number of the card in the cycle.
encounter_set_idstringThe ID of the encounter set where the card came from.

class object (full)

KEYVALUE TYPEVALUE DESCRIPTION
idstringThe unique ID of the class.
en_namestringThe english name of the class.
fr_namestringThe french name of the class.
nb_cardsintegerThe number of cards in the class.
cardscard objects (simplified)The cards in the class.

class object (simplified)

KEYVALUE TYPEVALUE DESCRIPTION
idstringThe unique ID of the class.
en_namestringThe english name of the class.
nb_cardsintegerThe number of cards in the class.

cycle object (full)

KEYVALUE TYPEVALUE DESCRIPTION
idstringThe unique ID of the cycle.
en_namestringThe english name of the cycle.
fr_namestringThe french name of the cycle.
nb_packsintThe number of packs in the cycle.
packspack objects (simplified)The packs in the cycle.
nb_cardsintegerThe number of cards in the cycle.
cardscard objects (simplified)The cards in the cycle.
encounter_setsencounter set objects (simplified)The encounter sets in the cycle.
nb_encounter_setsintegerThe number of encounter sets in the cycle.

cycle object (simplified)

KEYVALUE TYPEVALUE DESCRIPTION
idstringThe unique ID of the cycle.
en_namestringThe english name of the cycle.
nb_packsintThe number of packs in the cycle.
nb_cardsintegerThe number of cards in the cycle.
nb_encounter_setsintegerThe number of encounter sets in the cycle.

encounter set object (full)

KEYVALUE TYPEVALUE DESCRIPTION
idstringThe unique ID of the encounter set.
en_namestringThe english name of the encounter set.
fr_namestringThe french name of the encounter set.
nb_cardsintegerThe number of cards in the encounter set.
cardscard objects (simplified)The cards in the encounter set.
cyclecycle object (simplified)The cycle where the encounter set comes from.
packpack object (simplified)The pack where the encounter set comes from.

encounter set object (simplified)

KEYVALUE TYPEVALUE DESCRIPTION
idstringThe unique ID of the encounter set.
en_namestringThe english name of the encounter set.
nb_cardsintegerThe number of cards in the encounter set.
cycle_idintegerThe ID of the cycle where the encounter set comes from.
pack_idintegerThe ID of the pack where the encounter set comes from.

illustrator object

KEYVALUE TYPEVALUE DESCRIPTION
idstringThe unique ID of the illustrator.
namestringThe name of the illustrator.
nb_cardsintegerThe number of cards drawn by the illustrator.
cardscard objects (simplified)The cards drawn by the illustrator.

pack object (full)

KEYVALUE TYPEVALUE DESCRIPTION
idstringThe unique ID of the pack.
en_namestringThe english name of the pack.
fr_namestringThe french name of the pack.
nb_cardsintegerThe number of cards in the pack.
cardscard objects (simplified)The cards in the pack.
cyclecycle object (simplified)The cycle where the pack comes from.
encounter_setsencounter set objects (simplified)The encounter sets in the pack.
nb_encounter_setsintegerThe number of encounter sets in the pack.

pack object (simplified)

KEYVALUE TYPEVALUE DESCRIPTION
idstringThe unique ID of the pack.
en_namestringThe english name of the pack.
nb_cardsintegerThe number of cards in the pack.
cycle_idintegerThe ID of the cycle where the pack comes from.
nb_encounter_setsintegerThe number of encounter sets in the pack.

subtype object (full)

KEYVALUE TYPEVALUE DESCRIPTION
idstringThe unique ID of the subtype.
en_namestringThe english name of the subtype.
fr_namestringThe french name of the subtype.
nb_cardsintegerThe number of cards which have the subtype.
cardscard objects (simplified)The cards which have the subtype.

subtype object (simplified)

KEYVALUE TYPEVALUE DESCRIPTION
idstringThe unique ID of the subtype.
en_namestringThe english name of the subtype.
nb_cardsintegerThe number of cards which have the subtype.

type object (full)

KEYVALUE TYPEVALUE DESCRIPTION
idstringThe unique ID of the type.
en_namestringThe english name of the type.
fr_namestringThe french name of the type.
nb_cardsintegerThe number of cards which have the type.
cardscard objects (simplified)The cards which have the type.

type object (simplified)

KEYVALUE TYPEVALUE DESCRIPTION
idstringThe unique ID of the type.
en_namestringThe english name of the type.
nb_cardsintegerThe number of cards which have the type.