JSON API - Getting Started

Net to the REST JSON API, TCGdex has a GraphQL API, intended for more specialized requests
The API support paginations and filtering up to some points
Everything you will see in the API or this documentation are open source !

Database & ServerGithub Documentation

The GraphQL Documentation is in early stage.
To have way more informations, use our GraphiQL instance and Learn direcly from the GraphQL website

GraphiQL InstanceLearn GraphQL

Requests URL

https://api.tcgdex.net/v2/graphql

This URL serve as the GraphQL endpoint and also as a GraphiQL instance

Language settings

You can change the language the database will be using by adding @locale(lang: ":lang") to your request like below

sets @locale(lang: "fr") {...}