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

← Shiny Treasure ex
Naclstack

Naclstack

Common #108 Pokémon Stage 1 HP 100
Types
Fighting
Illustrator
GIDORA
Expansion
Shiny Treasure ex · Scarlet & Violet
Language
Japanese
TCGplayer
567509

Attacks

Salt Cannon 60×
Fighting · Fighting

Flip 3 coins. This attack does 60 damage for each heads.

GET /api/v1/pokemon/cards/sv4a_ja-108vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4a_ja-108vrh",
    "name": "Naclstack",
    "number": "108",
    "printed_number": "108",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/108vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/108vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/108vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4a_ja",
      "name": "Shiny Treasure ex",
      "total": 360,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4a",
      "printed_total": 190,
      "release_date": "2023/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Treasure ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567509",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/108vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/108vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4a_ja/108vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Salt Cannon",
        "text": "Flip 3 coins. This attack does 60 damage for each heads.",
        "damage": "60×"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "GIDORA",
    "pricing": {
      "currency": "USD",
      "market": 1.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.89
        },
        {
          "condition": "LP",
          "price": 0.57
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-13T14:32:43.714Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}