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

← 151
Exeggcute

Exeggcute

Common #102 Pokémon Basic HP 60
Types
Grass
Illustrator
Shigenori Negishi
Expansion
151 · Scarlet & Violet
Language
English
TCGplayer
516671

Attacks

Ball Roll 30
Colorless · Colorless

Flip a coin until you get tails. This attack does 30 damage for each heads.

GET /api/v1/pokemon/cards/sv3pt5-102vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3pt5-102vrh",
    "name": "Exeggcute",
    "number": "102",
    "printed_number": "102",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/102vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/102vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/102vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3pt5",
      "name": "151",
      "total": 207,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "MEW",
      "printed_total": 165,
      "release_date": "2023/09/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "516671",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/102vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/102vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3pt5/102vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ball Roll",
        "text": "Flip a coin until you get tails. This attack does 30 damage for each heads.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "MP",
          "price": 0.12
        },
        {
          "condition": "HP",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:18:01.564Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.7
      }
    }
  }
}