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

← Intense Fight in the Destroyed Sky
Drifloon

Drifloon

usually #43 Pokémon Basic HP 50
Types
Psychic
Illustrator
Atsuko Nishida
Expansion
Intense Fight in the Destroyed Sky · Diamond & Pearl
Language
Japanese
TCGplayer
608134

Attacks

Constrict
Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

Linear Attack
Psychic

Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/dp6_ja-43?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6_ja-43",
    "name": "Drifloon",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/43.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6_ja",
      "name": "Intense Fight in the Destroyed Sky",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP6",
      "printed_total": 92,
      "release_date": "2008/07/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Intense Fight in the Destroyed Sky"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608134",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Constrict",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Linear Attack",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3
        },
        {
          "condition": "LP",
          "price": 1.37
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:35:59.194Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}