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

← Pitch Black
Mega Delphox ex

Mega Delphox ex

Double Rare #8 Pokémon Stage 2MEGAex HP 350
Types
Fire
Illustrator
5ban Graphics
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704765

Attacks

Trick Portal
Fire

Look at the top 9 cards of your deck, and you may put any number of Pokémon you find there onto your Bench. Shuffle the other cards back into your deck.

Eerie Glow 200
Fire · Colorless · Colorless

Your opponent's Active Pokémon is now Burned and Confused.

GET /api/v1/pokemon/cards/me5-8vh?include=prices 200 64ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-8vh",
    "name": "Mega Delphox ex",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-8vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-8vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-8vh.large.png"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704765",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-8vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-8vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-8vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "MEGA",
      "ex"
    ],
    "types": [
      "Fire"
    ],
    "hp": "350",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Trick Portal",
        "text": "Look at the top 9 cards of your deck, and you may put any number of Pokémon you find there onto your Bench. Shuffle the other cards back into your deck."
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Eerie Glow",
        "text": "Your opponent's Active Pokémon is now Burned and Confused.",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.57
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T09:36:21.568Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.55
      }
    }
  }
}