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

← Dragons Exalted
Deino

Deino

Common #93 Pokémon Basic HP 60
Types
Dragon
Illustrator
kawayoo
Expansion
Dragons Exalted · Black & White
Language
English
TCGplayer
84729

Attacks

Deep Growl
Darkness

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

Power Breath 30
Psychic · Colorless

Discard an Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/bw6-93?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6-93",
    "name": "Deino",
    "number": "93",
    "printed_number": "93",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/93.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/93.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/93.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6",
      "name": "Dragons Exalted",
      "total": 128,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DRX",
      "printed_total": 124,
      "release_date": "2012/08/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84729",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/93.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/93.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/93.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Deep Growl",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Power Breath",
        "text": "Discard an Energy attached to this Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "HP",
          "price": 0.22
        },
        {
          "condition": "DMG",
          "price": 0.17
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:21:06.790Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}