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

← Pokémon Web
Dark Venusaur

Dark Venusaur

Rare Holo #41 Pokémon Stage 2 HP 70
Types
Grass
Illustrator
Shin-ichi Yoshida
Expansion
Pokémon Web · Web
Language
Japanese
TCGplayer
613667

Attacks

Horrid Pollen 30
Grass · Grass · Grass

Flip 2 coins. If 1 is heads, the Defending Pokémon is now Asleep and Poisoned. If both are heads, the Defending Pokémon is now Confused and Poisoned. If both are tails, the Defending Pokémon is now Paralyzed and Poisoned.

GET /api/v1/pokemon/cards/web1_ja-41vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "web1_ja-41vh",
    "name": "Dark Venusaur",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/41vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/41vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/41vh.large.webp"
      }
    ],
    "expansion": {
      "id": "web1_ja",
      "name": "Pokémon Web",
      "total": 48,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Web",
      "printed_total": 48,
      "release_date": "2001/10/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/web1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/web1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon Web"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613667",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/41vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/41vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/41vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 3,
        "name": "Horrid Pollen",
        "text": "Flip 2 coins. If 1 is heads, the Defending Pokémon is now Asleep and Poisoned. If both are heads, the Defending Pokémon is now Confused and Poisoned. If both are tails, the Defending Pokémon is now Paralyzed and Poisoned.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Shin-ichi Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 499,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 499
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 106,
          "low": 90.1,
          "high": 121.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 125,
          "low": 106.25,
          "high": 143.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1772.71,
          "low": 1570.9,
          "high": 1899.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 130,
          "low": 110.5,
          "high": 149.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 86,
          "low": 73.1,
          "high": 98.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 70,
          "low": 59.5,
          "high": 80.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 105,
          "low": 89.25,
          "high": 120.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 165,
          "low": 165,
          "high": 175,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T02:21:03.004Z",
      "trend_7d": {
        "direction": "down",
        "percent": -10.81
      }
    }
  }
}