Un'API. Ogni Carta. Due Mercati.
Costruisci app TCG con prezzi in tempo reale da TCGPlayer ed eBay. API REST semplice, JSON pulito, configurazione istantanea.
Vedi in Azione
Endpoint reali, risposte reali. Prova l'API in pochi secondi.
/v1/cards/search?q=charizard&game=pokemoncurl "https://api.tcgpricelookup.com/v1/cards/search?q=charizard&game=pokemon" \
-H "X-API-Key: YOUR_API_KEY"{
"data": [
{
"id": "019535a1-d5d0-7c12-a3e8-b7f4c6d8e9a2",
"tcgplayer_id": 510327,
"name": "Charizard ex",
"game": "pokemon",
"set_name": "Obsidian Flames",
"set_slug": "obsidian-flames",
"number": "006/197",
"rarity": "Double Rare",
"variant": "Standard",
"image": "https://cdn.tcgpricelookup.com/pkmn/sv03/006.jpg",
"prices": {
"raw": {
"near_mint": {
"tcgplayer": {
"market": 48.97,
"low": 42.50,
"mid": 49.99,
"high": 64.99
},
"ebay": {
"avg_1d": 52.30,
"avg_7d": 50.75,
"avg_30d": 49.20
}
},
"lightly_played": {
"tcgplayer": {
"market": 41.50,
"low": 36.00,
"mid": 42.00,
"high": 55.00
},
"ebay": {
"avg_1d": 43.00,
"avg_7d": 41.50,
"avg_30d": 40.10
}
},
"moderately_played": {
"tcgplayer": {
"market": 34.20,
"low": 29.00,
"mid": 35.00,
"high": 45.00
},
"ebay": {
"avg_1d": 35.50,
"avg_7d": 34.00,
"avg_30d": 33.40
}
},
"heavily_played": {
"tcgplayer": {
"market": 28.00,
"low": 22.50,
"mid": 28.50,
"high": 38.00
},
"ebay": {
"avg_1d": 29.00,
"avg_7d": 27.80,
"avg_30d": 27.00
}
},
"damaged": {
"tcgplayer": {
"market": 18.50,
"low": 14.00,
"mid": 19.00,
"high": 25.00
},
"ebay": {
"avg_1d": 19.75,
"avg_7d": 18.90,
"avg_30d": 18.20
}
}
},
"graded": {
"psa": {
"10": {
"ebay": { "avg_1d": 425.00, "avg_7d": 418.50, "avg_30d": 410.00 }
},
"9": {
"ebay": { "avg_1d": 125.00, "avg_7d": 122.00, "avg_30d": 118.50 }
}
},
"bgs": {
"10": {
"ebay": { "avg_1d": 650.00, "avg_7d": 640.00, "avg_30d": 625.00 }
},
"9.5": {
"ebay": { "avg_1d": 280.00, "avg_7d": 275.00, "avg_30d": 268.00 }
}
},
"cgc": {
"10": {
"ebay": { "avg_1d": 380.00, "avg_7d": 372.00, "avg_30d": 365.00 }
}
}
}
},
"updated_at": "2026-02-16T12:00:00Z"
}
],
"total": 47,
"limit": 20,
"offset": 0
}Esperienza Sviluppatore al Primo Posto
Risposte Veloci
~150ms di media. Costruito per app in tempo reale.
8 Giochi
Pokemon, Pokemon Japan, Magic, Yu-Gi-Oh!, One Piece, Disney Lorcana, Star Wars: Unlimited e Flesh and Blood in un'unica API.
Autenticazione Chiave API
Semplice header X-API-Key. Nessuna complessità OAuth.
Sempre Aggiornato
Prezzi aggiornati 24/7 da entrambi i mercati.
Prezzi Classificati
Dati PSA, BGS, CGC per tutte le carte supportate.
Risposte JSON
JSON pulito e prevedibile. Niente XML, niente SOAP.
Ricerche Batch
Recupera fino a 20 carte per richiesta tramite array di ID.
Set e Giochi
Esplora set e giochi con conteggio carte e metadati.
Endpoint API
/v1/cards/searchCerca per nome, set o gioco. Ricerca batch tramite array di ID (fino a 20). Paginato con limit/offset.
/v1/cards/:idOttieni i dettagli della carta con prezzi completi per condizione e per grado.
/v1/cards/:id/historyDati storici sui prezzi e tendenze nel tempo.
/v1/setsEsplora tutti i set con gioco, conteggio carte e data di uscita.
/v1/gamesElenca tutti i giochi supportati con conteggio carte.
TCG Price Lookup vs Il Resto
| Funzionalità | TCG Price Lookup | Altri |
|---|---|---|
| Giochi TCG Supportati | 8 | 1-2 |
| Prezzi TCGPlayer | ||
| Prezzi Aggregati eBay | ||
| Prezzi per Condizione | ||
| Prezzi Carte Classificate | Limitato | |
| Ricerca Batch ID | Fino a 20 | 1 |
| Tempo di Risposta Medio | ~150ms | 300-800ms |
| Prezzi | Da $0 | Da $50+ |