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

← Fighting Starter Set V
Sandaconda

Sandaconda

Common #9 ポケモン 1進化 HP 130
Types
Illustrator
nagimiso
Expansion
Fighting Starter Set V · Sword & Shield
Language
Japanese
TCGplayer
595468
GET /api/v1/pokemon/cards/saf_ja-9vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "saf_ja-9vh",
    "name": "Sandaconda",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-9vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-9vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-9vh.large.webp"
      }
    ],
    "expansion": {
      "id": "saf_ja",
      "name": "Fighting Starter Set V",
      "total": 24,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "SA",
      "printed_total": 24,
      "release_date": "2019/11/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/saf_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/saf_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fighting Starter Set V"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "595468",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-9vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-9vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-9vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "1進化"
    ],
    "types": [
      "闘"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "すなぶくろ",
        "text": "このポケモンが受けるワザのダメージは「-30」される。",
        "type": "特性"
      }
    ],
    "weaknesses": [
      {
        "type": "草",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 2.03,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-04T02:56:27.413Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}