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

← FireRed & LeafGreen
Exeggcute

Exeggcute

Uncommon #33 Pokémon Basic HP 50
Types
Psychic
Illustrator
Tomokazu Komiya
Expansion
FireRed & LeafGreen · EX
Language
English
TCGplayer
85346

Attacks

Psybeam 10
Psychic

Flip a coin. If heads, the Defending Pokémon is now Confused.

Double Spin 20
Colorless · Colorless

Flip 2 coins. This attack does 20 damage times the number of heads.

GET /api/v1/pokemon/cards/ex6-33?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex6-33",
    "name": "Exeggcute",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/33.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/33.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/33.large.webp"
      }
    ],
    "expansion": {
      "id": "ex6",
      "name": "FireRed & LeafGreen",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "RG",
      "printed_total": 112,
      "release_date": "2004/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85346",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/33.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/33.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/33.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Psybeam",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Double Spin",
        "text": "Flip 2 coins. This attack does 20 damage times the number of heads.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 12.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.12
        },
        {
          "condition": "LP",
          "price": 8.06
        },
        {
          "condition": "MP",
          "price": 5.83
        },
        {
          "condition": "HP",
          "price": 7.28
        },
        {
          "condition": "DMG",
          "price": 3.88
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 15.6,
          "low": 13.26,
          "high": 17.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 114,
          "low": 96.9,
          "high": 131.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9.99,
          "low": 9.99,
          "high": 15.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 74,
          "low": 74,
          "high": 104.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25.5,
          "low": 21.68,
          "high": 29.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:08:11.992Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.54
      }
    }
  }
}