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

← Expansion Pack 20th Anniversary
Venusaur-EX

Venusaur-EX

Super Rare #88 Pokémon BasicEX
Types
Grass
Illustrator
Naoki Saito
Expansion
Expansion Pack 20th Anniversary · XY
Language
Japanese
TCGplayer
606169

Attacks

Poison Powder 60
Grass · Colorless · Colorless

Your opponent's Active Pokémon is now Poisoned.

Jungle Hammer 90
Grass · Grass · Colorless · Colorless

Heal 30 damage from this Pokémon.

GET /api/v1/pokemon/cards/cp6_ja-88vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp6_ja-88vh",
    "name": "Venusaur-EX",
    "number": "88",
    "printed_number": "88",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/88vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/88vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/88vh.large.webp"
      }
    ],
    "expansion": {
      "id": "cp6_ja",
      "name": "Expansion Pack 20th Anniversary",
      "total": 103,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP6",
      "printed_total": 87,
      "release_date": "2016/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Expansion Pack 20th Anniversary"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "606169",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/88vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/88vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp6_ja/88vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Grass"
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Poison Powder",
        "text": "Your opponent's Active Pokémon is now Poisoned.",
        "damage": "60"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Jungle Hammer",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "90"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 409,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 409
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 370,
          "low": 314.5,
          "high": 425.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 245,
          "low": 208.25,
          "high": 281.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 550,
          "low": 467.5,
          "high": 632.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 375,
          "low": 318.75,
          "high": 431.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1500,
          "low": 1302.61,
          "high": 1811.97,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 95,
          "low": 80.75,
          "high": 109.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 255,
          "low": 216.75,
          "high": 293.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 610,
          "low": 515,
          "high": 692,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 1699.99,
          "low": 1444.99,
          "high": 1954.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:32:10.077Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}