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

← Delta Species
Weezing

Weezing

Rare #33 Pokémon Stage 1 HP 70
Types
Grass
Illustrator
Yukiko Baba
Expansion
Delta Species · EX
Language
English
TCGplayer
90561

Attacks

Mist Attack
Grass

Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Sludge Whirlpool 50
Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/ex11-33?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex11-33",
    "name": "Weezing",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/33.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/33.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/33.large.webp"
      }
    ],
    "expansion": {
      "id": "ex11",
      "name": "Delta Species",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "DS",
      "printed_total": 113,
      "release_date": "2005/10/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90561",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/33.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/33.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/33.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Body Odor",
        "text": "As long as Weezing is the Active Pokémon, put 1 damage counter on each of your opponent's Pokémon that has any Poké-Bodies between turns.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Mist Attack",
        "text": "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sludge Whirlpool",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "LP",
          "price": 1.06
        },
        {
          "condition": "MP",
          "price": 0.9
        },
        {
          "condition": "HP",
          "price": 0.69
        },
        {
          "condition": "DMG",
          "price": 0.77
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 258.5,
          "low": 115,
          "high": 258.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 102.15,
          "low": 104.9,
          "high": 104.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 66.56,
          "low": 111.25,
          "high": 111.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:02:07.191Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.01
      }
    }
  }
}