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

← Shining Synergy (Supreme)
Celebi

Celebi

Rare #016/150 Pokémon Basic HP 80
Types
Grass
Illustrator
Megumi Mizutani
Expansion
Shining Synergy (Supreme) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Time Spiral
Colorless

Devolve 1 of your opponent's evolved Pokémon by removing the highest Stage Evolution card from it. Your opponent shuffles that card into their deck.

Mind Bend 20
Colorless

Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/sssu-016?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssu-016",
    "name": "Celebi",
    "number": "016/150",
    "printed_number": "016/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-016.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-016.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-016.large.webp"
      }
    ],
    "expansion": {
      "id": "sssu",
      "name": "Shining Synergy (Supreme)",
      "total": 193,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 193,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssu.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Supreme)"
        }
      }
    },
    "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/sssu-016.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-016.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-016.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Time Spiral",
        "text": "Devolve 1 of your opponent's evolved Pokémon by removing the highest Stage Evolution card from it. Your opponent shuffles that card into their deck."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Mind Bend",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 16.14,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:31.068Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}