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

← Chaos Rising
Delphox

Delphox

Rare #13 Pokémon Stage 2 HP 160
Types
Fire
Illustrator
Gemi
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693473

Attacks

Energized Storm 30×
Fire · Fire

This attack does 30 damage for each Energy attached to all Pokémon.

GET /api/v1/pokemon/cards/me4-13vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-13vrh",
    "name": "Delphox",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-13vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-13vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-13vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693473",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-13vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-13vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-13vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Flaring Magic",
        "text": "Once during your turn, you may discard a Basic Fire Energy card from your hand in order to use this Ability. Draw cards until you have 7 cards in your hand.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Energized Storm",
        "text": "This attack does 30 damage for each Energy attached to all Pokémon.",
        "damage": "30×"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Gemi",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "LP",
          "price": 0.22
        },
        {
          "condition": "MP",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 11.69,
          "low": 9.94,
          "high": 13.44,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:29:05.702Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.69
      }
    }
  }
}