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

← Shining Legends
Bulbasaur

Bulbasaur

Common #1 Pokémon Basic HP 70
Types
Grass
Illustrator
Mizue
Expansion
Shining Legends · Sun & Moon
Language
English
TCGplayer
146653

Attacks

Razor Leaf 30
Grass · Colorless
GET /api/v1/pokemon/cards/sm35-1?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm35-1",
    "name": "Bulbasaur",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/1.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/1.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/1.large.webp"
      }
    ],
    "expansion": {
      "id": "sm35",
      "name": "Shining Legends",
      "total": 81,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SLG",
      "printed_total": 73,
      "release_date": "2017/10/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "146653",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/1.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/1.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/1.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Razor Leaf",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 0.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.8
        },
        {
          "condition": "LP",
          "price": 0.59
        },
        {
          "condition": "MP",
          "price": 0.39
        },
        {
          "condition": "HP",
          "price": 0.29
        },
        {
          "condition": "DMG",
          "price": 0.48
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "7.5",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 142.68,
          "low": 149,
          "high": 149,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33.58,
          "low": 31.91,
          "high": 47.59,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:19:46.877Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}