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

← Sky Legend
Abomasnow

Abomasnow

Non #17 Pokémon Stage 1 HP 140
Types
Water
Illustrator
Shin Nagasawa
Expansion
Sky Legend · Sun & Moon
Language
Japanese
TCGplayer
573530

Attacks

Quick Freeze 70
Water · Colorless · Colorless

If your opponent's Active Pokémon has any Water Energy attached to it, it is now Paralyzed.

Wild Tackle 140
Water · Water · Colorless · Colorless

This Pokémon does 20 damage to itself.

GET /api/v1/pokemon/cards/sm10b_ja-17?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10b_ja-17",
    "name": "Abomasnow",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/17.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10b_ja",
      "name": "Sky Legend",
      "total": 69,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "sm10b",
      "printed_total": 54,
      "release_date": "2019/04/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sky Legend"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573530",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Quick Freeze",
        "text": "If your opponent's Active Pokémon has any Water Energy attached to it, it is now Paralyzed.",
        "damage": "70"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Wild Tackle",
        "text": "This Pokémon does 20 damage to itself.",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:03:35.292Z",
      "trend_7d": {
        "direction": "up",
        "percent": 100
      }
    }
  }
}