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

← EX Battle Boost
Deino

Deino

Common #81 Pokémon Basic HP 60
Types
Dragon
Illustrator
Akira Komayama
Expansion
EX Battle Boost · Black & White
Language
Japanese
TCGplayer
602986

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/ebb1_ja-81?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ebb1_ja-81",
    "name": "Deino",
    "number": "81",
    "printed_number": "81",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/81.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/81.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/81.large.webp"
      }
    ],
    "expansion": {
      "id": "ebb1_ja",
      "name": "EX Battle Boost",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "EBB",
      "printed_total": 93,
      "release_date": "2013/03/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ebb1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ebb1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "EX Battle Boost"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602986",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/81.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/81.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/81.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": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 4.68,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.68
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:17:40.475Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}