Skip to content

Introduction

The Pulls API provides comprehensive TCG data across Pokemon, Magic: The Gathering, Yu-Gi-Oh!, Lorcana, and One Piece. One API, one schema, all games.

5 TCGs, One API

Unified schema across Pokemon, MTG, Yu-Gi-Oh!, Lorcana, and One Piece. No more maintaining separate integrations.

Real-Time Pricing

Market prices updated every 15 minutes. Historical data, graded card prices, and price alerts.

Developer First

OpenAPI spec, typed SDKs, copy-paste code examples, and interactive playground.

99.9% Uptime

Enterprise-grade reliability with global edge distribution.

Get your first card in under a minute:

Get a card by ID
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.pulls.app/v1/cards/sv7-001
Response
{
"id": "sv7-001",
"name": "Bulbasaur",
"tcg": "pokemon",
"set": {
"id": "sv7",
"name": "Stellar Crown"
},
"prices": {
"market": 1.25,
"low": 0.89,
"high": 2.50
}
}

All API requests use this base URL:

https://api.pulls.app/v1
TCGIDStatus
PokemonpokemonFull support
Magic: The GatheringmtgFull support
Yu-Gi-Oh!yugiohFull support
LorcanalorcanaFull support
One PieceonepieceFull support
  1. Get your API key - Free tier includes 1,000 requests/day
  2. Understand rate limits - Plan your integration
  3. Explore endpoints - Full API reference with examples