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

← Legendary Treasures
Shuckle

Shuckle

Uncommon #3 Pokémon Basic HP 80
Types
Grass
Illustrator
MAHOU
Expansion
Legendary Treasures · Black & White
Language
English
TCGplayer
89194

Attacks

Share
Grass

Heal 40 damage from 1 of your Benched Pokémon.

Double Stab 40
Grass · Grass · Colorless

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

GET /api/v1/pokemon/cards/bw11-3?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw11-3",
    "name": "Shuckle",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/3.large.webp"
      }
    ],
    "expansion": {
      "id": "bw11",
      "name": "Legendary Treasures",
      "total": 140,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "LTR",
      "printed_total": 113,
      "release_date": "2013/11/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89194",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw11/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Share",
        "text": "Heal 40 damage from 1 of your Benched Pokémon."
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Double Stab",
        "text": "Flip 2 coins. This attack does 40 damage times the number of heads.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 8.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.34
        },
        {
          "condition": "LP",
          "price": 6.28
        },
        {
          "condition": "MP",
          "price": 4.03
        },
        {
          "condition": "HP",
          "price": 2.91
        },
        {
          "condition": "DMG",
          "price": 2.95
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:19:42.754Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.84
      }
    }
  }
}