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

Ceruledge

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

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-14vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-14vh",
    "name": "Ceruledge",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/14vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/14vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/14vh.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": "663187",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/14vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/14vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/14vh.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": 13.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.15
        },
        {
          "condition": "LP",
          "price": 11.76
        },
        {
          "condition": "MP",
          "price": 11.16
        },
        {
          "condition": "HP",
          "price": 10.99
        },
        {
          "condition": "DMG",
          "price": 9
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.75,
          "low": 13.39,
          "high": 18.11,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10.",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 66,
          "low": 56.1,
          "high": 75.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 400,
          "low": 360,
          "high": 416,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 120,
          "low": 102,
          "high": 138,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 88.39,
          "low": 84.77,
          "high": 93.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:57:46.786Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.57
      }
    }
  }
}