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

← Scarlet ex
Sandaconda

Sandaconda

Non #47 Pokémon Stage 1 HP 140
Types
Fighting
Illustrator
Yuya Oka
Expansion
Scarlet ex · Scarlet & Violet
Language
Japanese
TCGplayer
567164

Attacks

Skull Bash 120
Fighting · Fighting · Colorless
Sandstorm Jet
Fighting · Fighting · Fighting · Colorless

Discard 2 Energy from this Pokémon. If you do, your opponent shuffles their Active Pokémon and all attached cards into their deck.

GET /api/v1/pokemon/cards/sv1s_ja-47?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1s_ja-47",
    "name": "Sandaconda",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/47.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/47.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/47.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1s_ja",
      "name": "Scarlet ex",
      "total": 108,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV1S",
      "printed_total": 78,
      "release_date": "2023/01/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Scarlet ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567164",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/47.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/47.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/47.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Skull Bash",
        "damage": "120"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Sandstorm Jet",
        "text": "Discard 2 Energy from this Pokémon. If you do, your opponent shuffles their Active Pokémon and all attached cards into their deck."
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Yuya Oka",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:31:42.359Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}