</>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 สำหรับนักพัฒนา
  • ราคา

เกม

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

แหล่งข้อมูล

  • บล็อก
  • FAQ
  • เอกสาร

ข้อกฎหมาย

  • นโยบายความเป็นส่วนตัว
  • ข้อกำหนดการใช้งาน

© 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

Base URL

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

รับ API key ของคุณ

สร้างบัญชีฟรีเพื่อรับ API key ไม่ต้องใช้บัตรเครดิต

2

เพิ่ม header X-API-Key

ใส่ API key ของคุณใน header X-API-Key ทุก request

3

ส่ง request แรกของคุณ

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

รูปแบบ Response

ทุก list endpoint คืนค่า envelope ที่สม่ำเสมอพร้อม array data และฟิลด์ pagination ใช้พารามิเตอร์ 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
}

ขั้นตอนต่อไป

Authentication

ตั้งค่า API key & ความปลอดภัย

API Reference

เอกสาร endpoint แบบโต้ตอบ

Rate Limits

ขีดจำกัด, headers & errors

LLM Integration

Grounded retrieval patterns for AI assistants

Realtime Patterns

Polling, backoff, and update stream architecture