Skip to main content

Authentication

The API TCG uses, API Key to authenticate requests. Sign up for an account at the API TCG Platform to get your API key.

Authentication to the API is performed via the x-api-key header. Provide your API key in the headers of all requests to authenticate to the API TCG.

Example request

curl --location 'https://apitcg.com/api/one-piece/cards?property=name&value=luffy' \
--header 'x-api-key: MY-API-KEY'