Using rust-sdk with tcgdex.net

Rust integration

✓ Official SDK
Install
cargo add rust-sdk
Quick start
use rust_sdk::Client;

let client = Client::new("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
rust-sdk
Rust
API
tcgdex.net
tcgdex.net
At a glance
Language Rust
Endpoints33
Base URLhttps://api.tcgdex.net/v2/en
✓ Official