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

← Destined Rivals
Abomasnow

Abomasnow

Uncommon #60 Pokémon Stage 1 HP 150
Types
Water
Illustrator
kamonabe
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
632873

Attacks

Lunge Out 90
Colorless · Colorless · Colorless
Frozen Wood 120+
Water · Water · Water · Colorless

If this Pokémon has 2 or more Grass Energy attached, this attack does 120 more damage.

GET /api/v1/pokemon/cards/sv10-60?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-60",
    "name": "Abomasnow",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/60.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/60.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/60.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "632873",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/60.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/60.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/60.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Lunge Out",
        "damage": "90"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Frozen Wood",
        "text": "If this Pokémon has 2 or more Grass Energy attached, this attack does 120 more damage.",
        "damage": "120+"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "kamonabe",
    "pricing": {
      "currency": "USD",
      "market": 0.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.09
        },
        {
          "condition": "MP",
          "price": 0.08
        },
        {
          "condition": "HP",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.95,
          "low": 12.71,
          "high": 17.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-18T06:43:25.067Z",
      "trend_7d": {
        "direction": "down",
        "percent": -25
      }
    }
  }
}