Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Abyss Eye
Banette

Banette

Non #32 Pokémon Stage 1 HP 80
Types
Psychic
Illustrator
Mugi Hamada
Expansion
Abyss Eye · Mega Evolution
Language
Japanese
TCGplayer
695031

Attacks

Doll Catch
Psychic

You may search your deck for any card and put it into your hand. If you do, shuffle your deck.

GET /api/v1/pokemon/cards/m5_ja-32?include=prices 200 59ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m5_ja-32",
    "name": "Banette",
    "number": "32",
    "printed_number": "32",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-32.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-32.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-32.large.png"
      }
    ],
    "expansion": {
      "id": "m5_ja",
      "name": "Abyss Eye",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M5",
      "printed_total": 81,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Abyss Eye"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "695031",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-32.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-32.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-32.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Ghost Veil",
        "text": "This Pokemon can't be affected by effects of attacks or Abilities from your opponent's Pokemon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Doll Catch",
        "text": "You may search your deck for any card and put it into your hand. If you do, shuffle your deck."
      }
    ],
    "weaknesses": [
      {
        "type": "悪",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "闘",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "Mugi Hamada",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-30T02:35:17.035Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}