Using python-sdk with tcgdex.net

Python integration

✓ Official SDK

Install

pip install python-sdk

Quick start

import python-sdk

client = python_sdk.Client("YOUR_API_KEY")
curl \
  https://api.tcgdex.net/v2/en/hp
curl \
  https://api.tcgdex.net/v2/en/sets
fetch the list of cards
curl \
  https://api.tcgdex.net/v2/en/cards
SDK on GitHub 📄 API Docs
SDK
python-sdk
Python
API
tcgdex.net
tcgdex.net

At a glance

Language Python
Endpoints33
Base URLhttps://api.tcgdex.net/v2/en
✓ Official