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

← Crimson Invasion
Deino

Deino

Common #60 Pokémon Basic HP 70
Types
Darkness
Illustrator
miki kudo
Expansion
Crimson Invasion · Sun & Moon
Language
English
TCGplayer
149083

Attacks

Headbutt 20
Darkness · Colorless
Surprise Attack 60
Darkness · Darkness · Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/sm4-60vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4-60vrh",
    "name": "Deino",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/60vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/60vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/60vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4",
      "name": "Crimson Invasion",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CIN",
      "printed_total": 111,
      "release_date": "2017/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "149083",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/60vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/60vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/60vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Headbutt",
        "damage": "20"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Surprise Attack",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "miki kudo",
    "pricing": {
      "currency": "USD",
      "market": 0.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.33
        },
        {
          "condition": "LP",
          "price": 0.3
        },
        {
          "condition": "MP",
          "price": 0.24
        },
        {
          "condition": "HP",
          "price": 0.1
        },
        {
          "condition": "DMG",
          "price": 0.17
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:58:38.868Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}