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
Ceruledge (Staff Stamp)

Ceruledge (Staff Stamp)

Promo #14 Pokémon Stage 1 HP 140
Types
Fire
Illustrator
Anesaki Dynamic
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
663188

Attacks

Infernal Slash 220
Fire

Discard 4 Basic Fire Energy cards from your hand. If you can't discard 4 cards in this way, this attack does nothing.

GET /api/v1/pokemon/cards/mep-14vs?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-14vs",
    "name": "Ceruledge (Staff Stamp)",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/14vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/14vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/14vs.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": "663188",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/14vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/14vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/14vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Infernal Slash",
        "text": "Discard 4 Basic Fire Energy cards from your hand. If you can't discard 4 cards in this way, this attack does nothing.",
        "damage": "220"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 83.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 83.32
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 30.29,
          "low": 25.75,
          "high": 34.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.75,
          "low": 15.75,
          "high": 54.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 371.5,
          "low": 335,
          "high": 375,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 67,
          "low": 56.95,
          "high": 77.05,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 88,
          "low": 87,
          "high": 100.31,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 124.99,
          "low": 106.24,
          "high": 143.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T04:07:06.090Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.61
      }
    }
  }
}