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

← Platinum Promos
Drifblim FB

Drifblim FB

Common #17 Pokémon BasicSP HP 80
Types
Psychic
Illustrator
Lee HyunJung
Expansion
Platinum Promos · Platinum
Language
Japanese
TCGplayer

Attacks

Shadow Ball
Psychic · Colorless · Colorless

Choose 1 of your opponent's Benched Pokémon. This attack does 40 damage to that Pokémon. Apply Weakness and Resistance for this attack.

GET /api/v1/pokemon/cards/ptp_ja-17vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ptp_ja-17vh",
    "name": "Drifblim FB",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/17vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/17vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/17vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ptp_ja",
      "name": "Platinum Promos",
      "total": 51,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "printed_total": 51,
      "release_date": "2008/10/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ptp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ptp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Platinum 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/ptp_ja/17vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/17vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/17vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Pump Up",
        "text": "If your opponent has 3 or less Prize cards left, Drifblim FB gets +40 HP.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shadow Ball",
        "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 40 damage to that Pokémon. Apply Weakness and Resistance for this attack."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Lee HyunJung",
    "pricing": {
      "currency": "USD",
      "market": 244.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 244.4
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 640.5,
          "low": 690,
          "high": 690,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-28T21:32:17.944Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}