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

← Miracle Twin
Celebi

Celebi

Rare #3 Pokémon Basic HP 80
Types
Grass
Illustrator
Megumi Mizutani
Expansion
Miracle Twin · Sun & Moon
Language
Japanese
TCGplayer
574506

Attacks

Time Spiral
Grass

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
Grass

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

GET /api/v1/pokemon/cards/sm11_ja-3vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11_ja-3vh",
    "name": "Celebi",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/3vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11_ja",
      "name": "Miracle Twin",
      "total": 115,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM11",
      "printed_total": 94,
      "release_date": "2019/05/31",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Miracle Twin"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574506",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11_ja/3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "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": [
          "Grass"
        ],
        "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": 1.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.53
        },
        {
          "condition": "MP",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 28.25,
          "low": 21.74,
          "high": 30.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 6.5,
          "low": 6.5,
          "high": 6.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 192.38,
          "low": 121.5,
          "high": 373.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 28.25,
          "low": 25.5,
          "high": 35.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 177.8,
          "low": 96.1,
          "high": 232.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.5,
          "low": 12.5,
          "high": 13.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T02:11:03.505Z",
      "trend_7d": {
        "direction": "down",
        "percent": -41.15
      }
    }
  }
}