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

← Rising Rivals
Gallade E4

Gallade E4

Rare #20
Illustrator
Mitsuhiro Arita
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
85608
GET /api/v1/pokemon/cards/pl2-20vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-20vh",
    "name": "Gallade E4",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/20vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/20vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/20vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85608",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/20vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/20vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/20vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 3.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.58
        },
        {
          "condition": "LP",
          "price": 1.87
        },
        {
          "condition": "MP",
          "price": 1.82
        },
        {
          "condition": "HP",
          "price": 1.42
        },
        {
          "condition": "DMG",
          "price": 0.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 555,
          "low": 471.75,
          "high": 638.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 25.48,
          "low": 28.51,
          "high": 28.51,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 55,
          "low": 53.13,
          "high": 56.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T03:23:56.049Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}