Using java-sdk with tcgdex.net

Kotlin integration

✓ Official SDK
Install
# Maven: see https://github.com/tcgdex/java-sdk
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
java-sdk
Kotlin
API
tcgdex.net
tcgdex.net
At a glance
Language Kotlin
Endpoints33
Base URLhttps://api.tcgdex.net/v2/en
✓ Official