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

← Terastal Gathering
Ceruledge Ex

Ceruledge Ex

Rare #224/208 Pokémon Stage 1 HP 270
Types
Fire
Illustrator
akagi
Expansion
Terastal Gathering · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Abyssal Flames 30
Colorless

This attack does 20 more damage for each Energy card in your discard pile.

Raging Amethyst 280
Colorless · Colorless · Colorless

Discard all Energy from this Pokémon.

GET /api/v1/pokemon/cards/cn-terastal-gathering-224?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-terastal-gathering-224",
    "name": "Ceruledge Ex",
    "number": "224/208",
    "printed_number": "224/208",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-224.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-224.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-224.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-terastal-gathering",
      "name": "Terastal Gathering",
      "total": 259,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 259,
      "release_date": "2026/06/12",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-terastal-gathering.logo.png",
      "translation": {
        "en": {
          "name": "Terastal Gathering"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-224.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-224.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-terastal-gathering-224.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Abyssal Flames",
        "text": "This attack does 20 more damage for each Energy card in your discard pile.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Raging Amethyst",
        "text": "Discard all Energy from this Pokémon.",
        "damage": "280"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "akagi",
    "pricing": {
      "currency": "USD",
      "market": 6.99,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:37:18.462Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}