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

← Holon Phantom
Exeggutor δ

Exeggutor δ

Non #30 Pokémon Stage 1Delta Species HP 80
Types
Fighting
Illustrator
Midori Harada
Expansion
Holon Phantom · PCG
Language
Japanese
TCGplayer

Attacks

Delta Circle 10+
Colorless · Colorless

Does 10 damage plus 10 more damage for each Pokémon you have in play that has δ on its card.

Split Bomb
Fighting · Colorless · Colorless

Choose 2 of your opponent's Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/pcg7_ja-30?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg7_ja-30",
    "name": "Exeggutor δ",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/30.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/30.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/30.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg7_ja",
      "name": "Holon Phantom",
      "total": 52,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 52,
      "release_date": "2006/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Holon Phantom"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/30.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/30.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg7_ja/30.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "Delta Species"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Delta Circle",
        "text": "Does 10 damage plus 10 more damage for each Pokémon you have in play that has δ on its card.",
        "damage": "10+"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Split Bomb",
        "text": "Choose 2 of your opponent's Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 2.25,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.25
        },
        {
          "condition": "LP",
          "price": 1.88
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:01:31.330Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}