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

← ADV Promos
Bulbasaur

Bulbasaur

Promo #51 Pokémon Basic
Types
Grass
Illustrator
Ken Sugimori
Expansion
ADV Promos · ADV
Language
Japanese
TCGplayer

Attacks

Growth
Colorless

Attach a Grass Energy card from your hand to Bulbasaur.

Razor Leaf 10
Grass
GET /api/v1/pokemon/cards/advp_ja-51vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "advp_ja-51vh",
    "name": "Bulbasaur",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/51vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/51vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/51vh.large.webp"
      }
    ],
    "expansion": {
      "id": "advp_ja",
      "name": "ADV Promos",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 63,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "ADV Promos"
        }
      }
    },
    "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/advp_ja/51vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/51vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/51vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Growth",
        "text": "Attach a Grass Energy card from your hand to Bulbasaur."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Razor Leaf",
        "damage": "10"
      }
    ],
    "rarity": "Promo",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 141.72,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 141.72
        },
        {
          "condition": "MP",
          "price": 26
        },
        {
          "condition": "DMG",
          "price": 15.92
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 37.98,
          "low": 37.3,
          "high": 39.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 760,
          "low": 87,
          "high": 1354,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 135.19,
          "low": 83.9,
          "high": 83.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-31T02:31:54.883Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}