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
Drifblim

Drifblim

Rare #16 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Hajime Kusajima
Expansion
Stormfront · Diamond & Pearl
Language
English
TCGplayer
84945

Attacks

Delivery

Put any 1 card from your discard pile into your hand.

Lifting

Search your deck for up to 2 Basic Pokémon and put them onto your Bench. For each Basic Pokémon you put onto your Bench, you may search your deck for a basic Energy card and attach it to that Pokémon. Shuffle your deck afterward.

Ominous Wind 40
Psychic · Colorless

Flip a coin. If heads, the Defending Pokémon is now Confused and can't retreat during your opponent's next turn.

GET /api/v1/pokemon/cards/dp7-16vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp7-16vrh",
    "name": "Drifblim",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/16vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/16vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/16vrh.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": "84945",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/16vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/16vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/16vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Delivery",
        "text": "Put any 1 card from your discard pile into your hand."
      },
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Lifting",
        "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. For each Basic Pokémon you put onto your Bench, you may search your deck for a basic Energy card and attach it to that Pokémon. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ominous Wind",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused and can't retreat during your opponent's next turn.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 3.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.99
        },
        {
          "condition": "LP",
          "price": 1.47
        },
        {
          "condition": "MP",
          "price": 1.39
        },
        {
          "condition": "HP",
          "price": 0.71
        },
        {
          "condition": "DMG",
          "price": 0.78
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 12.5,
          "low": 12.5,
          "high": 15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:59.926Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}