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

← Stormfront
Budew

Budew

Uncommon #33 Pokémon Basic HP 40
Types
Psychic
Illustrator
Yuka Morii
Expansion
Stormfront · Diamond & Pearl
Language
English
TCGplayer
84011

Attacks

Buddy-buddy

Search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward.

GET /api/v1/pokemon/cards/dp7-33?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp7-33",
    "name": "Budew",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/33.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/33.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/33.large.webp"
      }
    ],
    "expansion": {
      "id": "dp7",
      "name": "Stormfront",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SF",
      "printed_total": 100,
      "release_date": "2008/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84011",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/33.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/33.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/33.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "40",
    "abilities": [
      {
        "name": "Poison Enzyme",
        "text": "Prevent all effects of attacks, including damage, done to Budew by your opponent's Poisoned Pokémon.",
        "type": "Poké-Body"
      },
      {
        "name": "Baby Evolution",
        "text": "Once during your turn (before your attack), you may put Roselia from your hand onto Budew (this counts as evolving Budew) and remove all damage counters from Budew.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Buddy-buddy",
        "text": "Search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+10"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 9.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.91
        },
        {
          "condition": "LP",
          "price": 8.01
        },
        {
          "condition": "MP",
          "price": 6.06
        },
        {
          "condition": "HP",
          "price": 5.28
        },
        {
          "condition": "DMG",
          "price": 4.69
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 22.93,
          "low": 19.49,
          "high": 26.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 26.7,
          "low": 30,
          "high": 30,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:59.926Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.85
      }
    }
  }
}