Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Phantom Forces
Gengar Spirit Link

Gengar Spirit Link

Uncommon #95 Trainer Pokémon Tool
Illustrator
5ban Graphics
Expansion
Phantom Forces · XY
Language
English
TCGplayer
94663
GET /api/v1/pokemon/cards/xy4-95?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy4-95",
    "name": "Gengar Spirit Link",
    "number": "95",
    "printed_number": "95",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/95.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/95.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/95.large.webp"
      }
    ],
    "expansion": {
      "id": "xy4",
      "name": "Phantom Forces",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PHF",
      "printed_total": 119,
      "release_date": "2014/11/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "94663",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/95.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/95.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/95.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "rarity": "Uncommon",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 5.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.18
        },
        {
          "condition": "LP",
          "price": 2.2
        },
        {
          "condition": "MP",
          "price": 1.09
        },
        {
          "condition": "HP",
          "price": 0.43
        },
        {
          "condition": "DMG",
          "price": 0.72
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 37.5,
          "low": 31.88,
          "high": 43.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 142,
          "low": 120.7,
          "high": 163.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:30:56.509Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.6
      }
    }
  }
}