For Developers
Build with NetDeck
Integrate card data, tooltips, and deck information into your website, blog, or application. Seven trading card games, free to use, no API key required.
Developer Tools
API Access
Coming SoonDirect API access for card data, deck lists, and player information. Join the waitlist to get notified when it's available.
Quick Start
Add card tooltips to your website in under a minute.
1
Add the script tag
<script src="https://netdeck.gg/embed.js"></script>2
Initialize with your game
<script>
// 'vibes', 'fab', 'ga', 'mtg', 'elestrals', 'cyberpunk', or 'ca'
NetDeck.init({ game: 'vibes' });
</script>3
Write card names in brackets
My deck runs [[Lil Bellyacher]] and [[Sir Vibesalot]].
Mix games anywhere with a prefix: [[mtg:Lightning Bolt]].