</>TCG Price Lookup
目錄API方案價格常見問題文件部落格
目錄API方案價格常見問題文件部落格
</>TCG Price Lookup

免費集換式卡牌遊戲價格查詢工具。提供 TCGPlayer 與 eBay 的即時報價,支援 Pokemon、Pokemon Japan、Magic: The Gathering、Yu-Gi-Oh!、One Piece、Disney Lorcana、Star Wars: Unlimited 及 Flesh and Blood。

[email protected]

產品

  • 卡牌價格查詢
  • 價格指南
  • 開發者 API
  • 方案價格

Games

  • Pokemon
  • Pokemon Japan
  • Magic: The Gathering
  • Yu-Gi-Oh!
  • One Piece
  • Disney Lorcana
  • Star Wars: Unlimited
  • Flesh and Blood

資源

  • 部落格
  • 常見問題
  • 文件

法律聲明

  • 隱私權政策
  • 服務條款

© 2026 TCG Price Lookup. All rights reserved.

TCG Price Lookup 與 TCGPlayer、eBay 及任何集換式卡牌遊戲出版商均無隸屬或背書關係。

所有集換式卡牌遊戲名稱、標誌及卡牌圖像均為各自所有人之商標及著作權。Pokemon 為 © Nintendo / Creatures Inc. / GAME FREAK Inc.;Magic: The Gathering 為 © Wizards of the Coast LLC;Yu-Gi-Oh! 為 © Konami Digital Entertainment;One Piece Card Game 為 © Bandai / Shueisha / Toei Animation;Disney Lorcana 為 © Disney / Ravensburger。TCG Price Lookup 為獨立卡牌價格追蹤服務,與上述任何公司、PSA、BGS、CGC 或任何鑑定分級服務均無隸屬、背書或贊助關係。所有卡牌名稱及圖像僅用於識別與價格追蹤目的。

入門指南

開始使用 TCG Price Lookup API 所需的一切資訊。

基礎 URL

https://api.tcgpricelookup.com/v1
1

取得您的 API 金鑰

建立免費帳號以取得您的 API 金鑰。無需信用卡。

2

新增 X-API-Key 標頭

在每次請求的 X-API-Key 標頭中包含您的 API 金鑰。

3

發送您的第一個請求

curl "https://api.tcgpricelookup.com/v1/cards/search?q=charizard&game=pokemon" \
  -H "X-API-Key: YOUR_API_KEY"

回應格式

所有列表端點回傳包含 data 陣列與分頁欄位的統一結構。使用 limit 與 offset 查詢參數來分頁瀏覽結果。

{
  "data": [
    {
      "id": "019535a1-d5d0-7c12-a3e8-b7f4c6d8e9a2",
      "name": "Charizard ex",
      "game": "pokemon",
      "set_name": "Obsidian Flames",
      "rarity": "Double Rare",
      "prices": {
        "raw": {
          "near_mint": {
            "tcgplayer": { "market": 48.97 },
            "ebay": { "avg_7d": 50.75 }
          }
        }
      }
    }
  ],
  "total": 47,
  "limit": 20,
  "offset": 0
}

接下來呢?

驗證

API 金鑰設定與安全性

API 參考文件

互動式端點文件

速率限制

限制、標頭與錯誤碼

LLM Integration

Grounded retrieval patterns for AI assistants

Realtime Patterns

Polling, backoff, and update stream architecture