Tcgdex
Connector for the tcgdex API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.tcgdex.net/v2/en - Auth:
bearer(pass your key via theapiKeyinput)
Operations
cards— GET /cards — fetch the list of cardsfindpetsbytags— GET /cards/{cardId} — Finds Card by Global IDget_categories— GET /categoriesget_categories_category— GET /categories/{category}get_dex_ids— GET /dex-idsget_dex_ids_dexid— GET /dex-ids/{dexId}
Inputs
apiKey— your tcgdex API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: cards
apiKey: <your key>