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

← Battle Styles
Sandaconda (EB Games Stamp)

Sandaconda (EB Games Stamp)

Rare Holo #82 Pokémon Stage 1 HP 130
Types
Fighting
Illustrator
hatachu
Expansion
Battle Styles · Sword & Shield
Language
English
TCGplayer

Attacks

Big Sand Cannon 60×
Fighting

Discard the top 6 cards of your deck. This attack does 60 damage for each Fighting Energy card you discarded in this way.

Skull Bash 120
Fighting · Fighting · Colorless
GET /api/v1/pokemon/cards/swsh5-82veb?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5-82veb",
    "name": "Sandaconda (EB Games Stamp)",
    "number": "82",
    "printed_number": "82",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-82veb.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-82veb.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-82veb.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5",
      "name": "Battle Styles",
      "total": 183,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "BST",
      "printed_total": 163,
      "release_date": "2021/03/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "ebGamesStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-82veb.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-82veb.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5-82veb.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Big Sand Cannon",
        "text": "Discard the top 6 cards of your deck. This attack does 60 damage for each Fighting Energy card you discarded in this way.",
        "damage": "60×"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Skull Bash",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "hatachu",
    "pricing": {
      "currency": "USD",
      "market": 0.33,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.33
        },
        {
          "condition": "LP",
          "price": 0.26
        },
        {
          "condition": "MP",
          "price": 0.24
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21,
          "low": 19,
          "high": 22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:32:24.653Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}