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

← Intro Pack (Bulbasaur)
Venusaur

Venusaur

Common #0 Pokémon Stage 2 HP 100
Types
Grass
Illustrator
Ken Sugimori
Expansion
Intro Pack (Bulbasaur) · Other
Language
Japanese
TCGplayer

Attacks

Solarbeam 60
Grass · Grass · Grass · Grass
GET /api/v1/pokemon/cards/ipb_ja-0vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ipb_ja-0vh",
    "name": "Venusaur",
    "number": "0",
    "printed_number": "0",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ipb_ja-0vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ipb_ja-0vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ipb_ja-0vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ipb_ja",
      "name": "Intro Pack (Bulbasaur)",
      "total": 41,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 40,
      "release_date": "1999/07/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ipb_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ipb_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Intro Pack (Bulbasaur)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ipb_ja-0vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ipb_ja-0vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ipb_ja-0vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Energy Trans",
        "text": "As often as you like during your turn (before your attack), you may take 1 Grass Energy card attached to 1 of your Pokémon and attach it to a different one. This power can't be used if Venusaur is Asleep, Confused, or Paralyzed.",
        "type": "Pokémon Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass",
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 4,
        "name": "Solarbeam",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 105.5,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 79.73,
          "low": 72.99,
          "high": 96.97,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 166.24,
          "low": 154.99,
          "high": 194.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 82,
          "low": 71.6,
          "high": 128.39,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1508.9,
          "low": 451.29,
          "high": 2124.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 498.91,
          "low": 333.38,
          "high": 664.43,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 54,
          "low": 9.53,
          "high": 233.7,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 475,
          "low": 141.34,
          "high": 2004.39,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        }
      ],
      "market_updated_at": "2026-09-11T02:56:21.300Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}