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)
Bulbasaur

Bulbasaur

None #001/032 Pokémon Basic HP 40
Types
Grass
Expansion
Pokémon TCG Classic - Venusaur (Grass Deck)
Language
Japanese
TCGplayer
591943

Attacks

Leech Seed 20
Grass · Grass

Heal 10 damage from this Pokémon.

GET /api/v1/pokemon/cards/clf_ja-1vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clf_ja-1vh",
    "name": "Bulbasaur",
    "number": "001/032",
    "printed_number": "001/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591943_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591943_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591943_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": "591943",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591943_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591943_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591943_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Leech Seed",
        "text": "Heal 10 damage from this Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 20.79,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34.99,
          "low": 15.5,
          "high": 59.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 31,
          "trend": {
            "direction": "down",
            "percent": -22.2
          }
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 15,
          "low": 14.99,
          "high": 15,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 56.75,
          "low": 46.2,
          "high": 84,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 23,
          "trend": {
            "direction": "down",
            "percent": -26.7
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26.45,
          "low": 18.08,
          "high": 461.68,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-21T02:44:27.857Z"
    }
  }
}