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

← 30th Celebration
Shining Celebi

Shining Celebi

Rare Secret #106 Pokémon Basic HP 50
Types
Grass
Illustrator
Hironobu Yoshida
Expansion
30th Celebration · Mega Evolution
Language
English
TCGplayer
716205

Attacks

Healing Water
Water

Remove a number of damage counters from 1 of your Benched Pokémon equal to the number of Water Energy cards attached to Shining Celebi. If the Pokémon has fewer damage counters than that, remove all of them.

Miracle Leaf 10
Grass · Psychic

Flip a number of coins equal to the number of Energy attached to the Defending Pokémon. If you get 1 or more heads, the Defending Pokémon is now Asleep, Confused, or Poisoned (your choice).

GET /api/v1/pokemon/cards/me55c-106vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me55c-106vh",
    "name": "Shining Celebi",
    "number": "106",
    "printed_number": "106",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-106vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-106vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-106vh.large.png"
      }
    ],
    "expansion": {
      "id": "me55",
      "name": "30th Celebration",
      "total": 161,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "30C",
      "printed_total": 128,
      "release_date": "2026/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "716205",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-106vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-106vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55c-106vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Healing Water",
        "text": "Remove a number of damage counters from 1 of your Benched Pokémon equal to the number of Water Energy cards attached to Shining Celebi. If the Pokémon has fewer damage counters than that, remove all of them."
      },
      {
        "cost": [
          "Grass",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Miracle Leaf",
        "text": "Flip a number of coins equal to the number of Energy attached to the Defending Pokémon. If you get 1 or more heads, the Defending Pokémon is now Asleep, Confused, or Poisoned (your choice).",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Secret",
    "artist": "Hironobu Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 48.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 48.43
        },
        {
          "condition": "LP",
          "price": 39.95
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:01:55.972Z"
    }
  }
}