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

← Secret of the Lakes
Celebi

Celebi

Rare Holo #301 Pokémon Basic HP 60
Types
Grass
Illustrator
Kagemaru Himeno
Expansion
Secret of the Lakes · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Sprouting

Search your deck for a Grass Energy card and attach it to Celebi. Shuffle your deck afterward.

Leaf Tornado 30
Grass · Grass

You may move any number of basic Grass Energy cards attached to your Pokémon to your other Pokémon in any way you like.

GET /api/v1/pokemon/cards/dp2_ja-301vh?include=prices 200 29ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2_ja-301vh",
    "name": "Celebi",
    "number": "301",
    "printed_number": "301",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-301vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-301vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-301vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2_ja",
      "name": "Secret of the Lakes",
      "total": 123,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP2",
      "printed_total": 123,
      "release_date": "2007/03/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Secret of the Lakes"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-301vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-301vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-301vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Sprouting",
        "text": "Search your deck for a Grass Energy card and attach it to Celebi. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Leaf Tornado",
        "text": "You may move any number of basic Grass Energy cards attached to your Pokémon to your other Pokémon in any way you like.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 35
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 77,
          "low": 65.45,
          "high": 88.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 44.99,
          "low": 38.24,
          "high": 51.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 28.17,
          "low": 39.99,
          "high": 39.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 77.5,
          "low": 77.5,
          "high": 77.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 41.63,
          "low": 48.4,
          "high": 60.32,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35.5,
          "low": 30.18,
          "high": 40.82,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 5
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:46:43.732Z",
      "trend_7d": {
        "direction": "up",
        "percent": 75.09
      }
    }
  }
}