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

← TAG TEAM GX: Tag All Stars
Shuckle

Shuckle

Common #7 Pokémon Basic HP 60
Types
Grass
Illustrator
Masakazu Fukuda
Expansion
TAG TEAM GX: Tag All Stars · Sun & Moon
Language
Japanese
TCGplayer
572661

Attacks

Energy Drink
Grass

Attach 2 basic Energy cards from your discard pile to your Pokémon in any way you like.

GET /api/v1/pokemon/cards/sm12a_ja-7vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12a_ja-7vrh",
    "name": "Shuckle",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/7vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/7vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/7vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12a_ja",
      "name": "TAG TEAM GX: Tag All Stars",
      "total": 226,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM12a",
      "printed_total": 173,
      "release_date": "2019/10/04",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "TAG TEAM GX: Tag All Stars"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572661",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/7vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/7vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/7vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Fresh Squeezed",
        "text": "When you play this Pokémon from your hand onto your Bench during your turn, you may search your deck for up to 3 basic Energy cards and discard them. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Drink",
        "text": "Attach 2 basic Energy cards from your discard pile to your Pokémon in any way you like."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 3.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.18
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 30,
          "low": 30,
          "high": 30,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 188.77,
          "low": 193.99,
          "high": 193.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.97,
          "low": 18.48,
          "high": 20.28,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T04:05:18.749Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}