</>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
  • 定价

游戏

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

资源

  • 博客
  • 常见问题
  • 文档

法律

  • 隐私政策
  • 服务条款

© 2026 TCG Price Lookup. 保留所有权利。

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