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

← Clash at the Summit
Celebi

Celebi

Common #7 Pokémon BasicPrime
Types
Grass
Illustrator
Hideaki Hakozaki
Expansion
Clash at the Summit · LEGEND
Language
Japanese
TCGplayer
608383

Attacks

Time Circle 30
Grass · Psychic · Colorless

During your opponent's next turn, prevent all damage done to Celebi by attacks from your opponent's Stage 1 or Stage 2 Pokémon.

GET /api/v1/pokemon/cards/l3_ja-7?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l3_ja-7",
    "name": "Celebi",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/7.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/7.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/7.large.webp"
      }
    ],
    "expansion": {
      "id": "l3_ja",
      "name": "Clash at the Summit",
      "total": 81,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L3",
      "printed_total": 80,
      "release_date": "2010/07/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clash at the Summit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608383",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/7.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/7.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/7.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Prime"
    ],
    "types": [
      "Grass"
    ],
    "abilities": [
      {
        "name": "Forest Breath",
        "text": "Once during your turn (before your attack), if Celebi is your Active Pokémon, you may attach a Grass Energy card from your hand to 1 of your Pokémon. This power can't be used if Celebi is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Time Circle",
        "text": "During your opponent's next turn, prevent all damage done to Celebi by attacks from your opponent's Stage 1 or Stage 2 Pokémon.",
        "damage": "30"
      }
    ],
    "rarity": "Common",
    "artist": "Hideaki Hakozaki",
    "pricing": {
      "currency": "USD",
      "market": 20.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20.12
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 91.2,
          "low": 77.52,
          "high": 104.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 50,
          "low": 47.5,
          "high": 52.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 234.25,
          "low": 234.25,
          "high": 340,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 17
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 53.77,
          "low": 26.91,
          "high": 81.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 116.5,
          "low": 101.7,
          "high": 183.44,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 299.99,
          "low": 252,
          "high": 359.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-08-07T03:51:39.328Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}