Per Sviluppatori

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.

300K+
Carte Indicizzate
~150ms
Risposta Media
99.9%
Uptime
100K
Max Rich/Giorno

Vedi in Azione

Endpoint reali, risposte reali. Prova l'API in pochi secondi.

GET/v1/cards/search?q=charizard&game=pokemon
Richiesta
curl "https://api.tcgpricelookup.com/v1/cards/search?q=charizard&game=pokemon" \
  -H "X-API-Key: YOUR_API_KEY"
Risposta
{
  "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

GET/v1/cards/search

Cerca per nome, set o gioco. Ricerca batch tramite array di ID (fino a 20). Paginato con limit/offset.

GET/v1/cards/:id

Ottieni i dettagli della carta con prezzi completi per condizione e per grado.

GET/v1/cards/:id/history

Dati storici sui prezzi e tendenze nel tempo.

GET/v1/sets

Esplora tutti i set con gioco, conteggio carte e data di uscita.

GET/v1/games

Elenca tutti i giochi supportati con conteggio carte.

TCG Price Lookup vs Il Resto

FunzionalitàTCG Price LookupAltri
Giochi TCG Supportati81-2
Prezzi TCGPlayer
Prezzi Aggregati eBay
Prezzi per Condizione
Prezzi Carte ClassificateLimitato
Ricerca Batch IDFino a 201
Tempo di Risposta Medio~150ms300-800ms
PrezziDa $0Da $50+

Ottieni la Tua Chiave API

Piano gratuito. Nessuna carta di credito. Inizia in meno di un minuto.