</>TCG Price Lookup
カタログAPI料金FAQドキュメントブログ
カタログAPI料金FAQドキュメントブログ
</>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

リソース

  • ブログ
  • FAQ
  • ドキュメント

法的情報

  • プライバシーポリシー
  • 利用規約

© 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