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 TCG Classic - Venusaur (Grass Deck)
Venusaur

Venusaur

None #003/032 Pokémon Stage 2 HP 100
Types
Grass
Expansion
Pokémon TCG Classic - Venusaur (Grass Deck)
Language
Japanese
TCGplayer
591945

Attacks

Solar Beam 60
Grass · Grass · Grass · Grass
GET /api/v1/pokemon/cards/clf_ja-3vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clf_ja-3vh",
    "name": "Venusaur",
    "number": "003/032",
    "printed_number": "003/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591945_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591945_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591945_in_1000x1000.jpg"
      }
    ],
    "expansion": {
      "id": "clf_ja",
      "name": "Pokémon TCG Classic - Venusaur (Grass Deck)",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "release_date": "2023/02/27",
      "translation": {
        "en": {
          "name": "Pokémon TCG Classic - Venusaur (Grass Deck)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "591945",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591945_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591945_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591945_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass",
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 4,
        "name": "Solar Beam",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 50.81,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 65,
          "low": 38,
          "high": 180,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 16,
          "trend": {
            "direction": "down",
            "percent": -53.6
          }
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 104.22,
          "low": 88,
          "high": 137.91,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 19,
          "trend": {
            "direction": "down",
            "percent": -6.7
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 40,
          "low": 35.58,
          "high": 77.97,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-21T02:44:27.857Z"
    }
  }
}