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

← Neo Destiny 1st Edition
Exeggcute

Exeggcute

Common #64 Pokémon Basic HP 40
Types
Psychic
Illustrator
Toshinao Aoki
Expansion
Neo Destiny 1st Edition · Neo
Language
English
TCGplayer
85342

Attacks

Sleep Powder 10
Grass

The Defending Pokémon is now Asleep.

Psyshock 10
Psychic

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

GET /api/v1/pokemon/cards/neo4-64v1e?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo4-64v1e",
    "name": "Exeggcute",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/64v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/64v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/64v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "neo4-1st-edition",
      "name": "Neo Destiny 1st Edition",
      "total": 113,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 113,
      "release_date": "2002/02/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85342",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/64v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/64v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/64v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Sleep Powder",
        "text": "The Defending Pokémon is now Asleep.",
        "damage": "10"
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Psyshock",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Toshinao Aoki",
    "pricing": {
      "currency": "USD",
      "market": 3.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.43
        },
        {
          "condition": "LP",
          "price": 1.67
        },
        {
          "condition": "MP",
          "price": 1.26
        },
        {
          "condition": "HP",
          "price": 0.84
        },
        {
          "condition": "DMG",
          "price": 0.87
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 99.99,
          "low": 15.5,
          "high": 99.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "5",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 33,
          "low": 33,
          "high": 33.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:25:56.210Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.29
      }
    }
  }
}