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

← Legend Maker
Giant Stump

Giant Stump

Uncommon #75 Trainer Stadium
Illustrator
Ryo Ueda
Expansion
Legend Maker · EX
Language
English
TCGplayer
85697
GET /api/v1/pokemon/cards/ex12-75?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex12-75",
    "name": "Giant Stump",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/75.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/75.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/75.large.webp"
      }
    ],
    "expansion": {
      "id": "ex12",
      "name": "Legend Maker",
      "total": 93,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "LM",
      "printed_total": 92,
      "release_date": "2006/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85697",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/75.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/75.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/75.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Stadium"
    ],
    "rarity": "Uncommon",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 1.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.43
        },
        {
          "condition": "LP",
          "price": 0.95
        },
        {
          "condition": "MP",
          "price": 0.89
        },
        {
          "condition": "HP",
          "price": 0.9
        },
        {
          "condition": "DMG",
          "price": 0.74
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "7",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 21,
          "low": 16,
          "high": 21,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 175,
          "low": 148.75,
          "high": 201.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28,
          "low": 15,
          "high": 41,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:32:31.627Z",
      "trend_7d": {
        "direction": "up",
        "percent": 9.16
      }
    }
  }
}