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

← Gym Heroes Unlimited
Erika's Exeggcute

Erika's Exeggcute

Uncommon #43 Pokémon Basic HP 50
Types
Grass
Illustrator
Atsuko Nishida
Expansion
Gym Heroes Unlimited · Gym
Language
English
TCGplayer
85292

Attacks

Deflector
Psychic

During your opponent's next turn, whenever Erika's Exeggcute takes damage, divide that damage in half (rounded down to the nearest 10). (Any other effects still happen.)

Egg Bomb 40
Grass · Colorless

Flip a coin. If tails, this attack does nothing to the Defending Pokémon and Erika's Exeggcute does 20 damage to itself.

GET /api/v1/pokemon/cards/gym1-43vuu?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym1-43vuu",
    "name": "Erika's Exeggcute",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/43vuu.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/43vuu.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/43vuu.large.webp"
      }
    ],
    "expansion": {
      "id": "gym1-unlimited",
      "name": "Gym Heroes Unlimited",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Gym",
      "printed_total": 132,
      "release_date": "2000/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85292",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/43vuu.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/43vuu.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-unlimited/43vuu.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Deflector",
        "text": "During your opponent's next turn, whenever Erika's Exeggcute takes damage, divide that damage in half (rounded down to the nearest 10). (Any other effects still happen.)"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Egg Bomb",
        "text": "Flip a coin. If tails, this attack does nothing to the Defending Pokémon and Erika's Exeggcute does 20 damage to itself.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 2.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.25
        },
        {
          "condition": "LP",
          "price": 1.27
        },
        {
          "condition": "MP",
          "price": 1.26
        },
        {
          "condition": "HP",
          "price": 1.2
        },
        {
          "condition": "DMG",
          "price": 0.68
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 19.99,
          "low": 16.99,
          "high": 22.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 13,
          "low": 13,
          "high": 29.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 35,
          "high": 82.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.76,
          "low": 13,
          "high": 13.76,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:17:08.750Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}