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

← PCG Promos
Venusaur

Venusaur

Promo #3 Pokémon Stage 2 HP 120
Types
Grass
Illustrator
Mitsuhiro Arita
Expansion
PCG Promos · PCG
Language
Japanese
TCGplayer

Attacks

Wide Solarbeam 20
Grass · Grass · Colorless

Does 20 damage to 2 of your opponent's Benched Pokémon (Don't apply Weakness and Resistance for Benched Pokémon).

Hard Plant 80
Grass · Grass · Grass · Colorless

Venusaur can't use Hard Plant during your next turn.

GET /api/v1/pokemon/cards/pcgp_ja-3?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcgp_ja-3",
    "name": "Venusaur",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/3.large.webp"
      }
    ],
    "expansion": {
      "id": "pcgp_ja",
      "name": "PCG Promos",
      "total": 153,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 153,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PCG Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wide Solarbeam",
        "text": "Does 20 damage to 2 of your opponent's Benched Pokémon (Don't apply Weakness and Resistance for Benched Pokémon).",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Hard Plant",
        "text": "Venusaur can't use Hard Plant during your next turn.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 305.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 305.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 1110,
          "low": 943.5,
          "high": 1276.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "4.5",
          "value": 38.4,
          "low": 32.64,
          "high": 44.16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 156,
          "low": 132.6,
          "high": 179.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 172.48,
          "low": 124,
          "high": 216.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 497.5,
          "low": 442.5,
          "high": 569.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        }
      ],
      "market_updated_at": "2026-07-28T21:18:51.020Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}