List cards that share a creature.
Creatures
List cards that share a creature.
Returns a paginated list of cards (entities) whose creature_id matches
the given creature. Accepts all the same filters and sorts as
GET /v1/cards except for set_id, which remains available.
GET
List cards that share a creature.
Authorizations
API key supplied as Authorization: Bearer <key>. Keys are minted in the
developer portal. Rejected in query strings. See the Authentication guide.
Path Parameters
Creature ID (el-...).
Query Parameters
Page size, max 250.
Required range:
1 <= x <= 250Opaque pagination cursor from a previous response's pagination.next_cursor.
Sort field. Prefix with - for descending.
Available options:
name, -name, total_cost, -total_cost, attack, -attack, defense, -defense, updated_at, -updated_at 
