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

← Steam Siege
Deino

Deino

Common #84 Pokémon Basic HP 60
Types
Dragon
Illustrator
Suwama Chiaki
Expansion
Steam Siege · XY
Language
English
TCGplayer
121210

Attacks

Roar
Colorless

Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon.

Headbutt Bounce 20
Psychic · Darkness
GET /api/v1/pokemon/cards/xy11-84vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-84vrh",
    "name": "Deino",
    "number": "84",
    "printed_number": "84",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/84vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/84vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/84vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "121210",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/84vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/84vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/84vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Roar",
        "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon."
      },
      {
        "cost": [
          "Psychic",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Headbutt Bounce",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "HP",
          "price": 0.22
        },
        {
          "condition": "DMG",
          "price": 0.17
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 19.99,
          "low": 19.99,
          "high": 19.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:54:36.555Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.57
      }
    }
  }
}