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

← Mega Evolution Black Star Promos
Delphox (Staff Stamp)

Delphox (Staff Stamp)

Promo #74 Pokémon Stage 2 HP 160
Types
Fire
Illustrator
Souichirou Gunjima
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer

Attacks

Energized Storm 30×
Fire · Fire

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

GET /api/v1/pokemon/cards/mep-74vs?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-74vs",
    "name": "Delphox (Staff Stamp)",
    "number": "74",
    "printed_number": "74",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-74vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-74vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-74vs.large.webp"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-74vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-74vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-74vs.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": "Promo",
    "artist": "Souichirou Gunjima",
    "pricing": {
      "currency": "USD",
      "market": 25.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 25.98
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 35.5,
          "low": 30.18,
          "high": 40.82,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T04:07:06.090Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.37
      }
    }
  }
}