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

← McDonald's Collection 2019
Alolan Exeggutor

Alolan Exeggutor

Common #2 Pokémon Stage 1 HP 160
Types
Grass
Illustrator
Satoshi Shirai
Expansion
McDonald's Collection 2019 · Other
Language
English
TCGplayer
200961

Attacks

Tropical Shake 20
Grass

This attack does 20 more damage for each type of basic Energy card in your discard pile. You can't add more than 100 damage in this way.

GET /api/v1/pokemon/cards/mcd19-2vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd19-2vh",
    "name": "Alolan Exeggutor",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/2vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/2vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/2vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd19",
      "name": "McDonald's Collection 2019",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2019/10/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd19.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd19.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "200961",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/2vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/2vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/2vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Tropical Shake",
        "text": "This attack does 20 more damage for each type of basic Energy card in your discard pile. You can't add more than 100 damage in this way.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 8.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.03
        },
        {
          "condition": "LP",
          "price": 3.75
        },
        {
          "condition": "MP",
          "price": 2.57
        },
        {
          "condition": "HP",
          "price": 1.11
        },
        {
          "condition": "DMG",
          "price": 1.15
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 361.87,
          "low": 117.5,
          "high": 457.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 17.95,
          "low": 15.26,
          "high": 20.64,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 19.99,
          "low": 16.99,
          "high": 22.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11.06,
          "low": 9.4,
          "high": 12.72,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 59.68,
          "low": 88,
          "high": 88,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:23:38.971Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.69
      }
    }
  }
}