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

Common #141 Pokémon Basic HP 50
Types
Grass
Illustrator
Hironobu Yoshida
Expansion
30th Celebration · Mega Evolution
Language
Japanese
TCGplayer
717001

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/m6a_ja-141vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m6a_ja-141vh",
    "name": "Shining Celebi",
    "number": "141",
    "printed_number": "141",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6a_ja-141vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6a_ja-141vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6a_ja-141vh.large.png"
      }
    ],
    "expansion": {
      "id": "m6a_ja",
      "name": "30th Celebration",
      "total": 176,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M6a",
      "printed_total": 103,
      "release_date": "2026/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "30th Celebration"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "717001",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6a_ja-141vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6a_ja-141vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m6a_ja-141vh.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": "Common",
    "artist": "Hironobu Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 52.78,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 52.78
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:41:30.608Z"
    }
  }
}