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

← POP Series 6
Drifloon

Drifloon

Uncommon #6 Pokémon Basic HP 60
Types
Psychic
Illustrator
Mitsuhiro Arita
Expansion
POP Series 6 · POP
Language
English
TCGplayer
84954

Attacks

Blowing Wind
Psychic

Flip a coin. If heads, put 1 of your Benched Pokémon and all cards attached to it on top of your deck. Shuffle your deck afterward.

Ominous Wind 10
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/pop6-6?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop6-6",
    "name": "Drifloon",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/6.large.webp"
      }
    ],
    "expansion": {
      "id": "pop6",
      "name": "POP Series 6",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2007/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84954",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Blowing Wind",
        "text": "Flip a coin. If heads, put 1 of your Benched Pokémon and all cards attached to it on top of your deck. 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": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 79.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 79.48
        },
        {
          "condition": "MP",
          "price": 77.22
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:12:56.188Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}