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

← HS—Unleashed
Horsea

Horsea

Common #49 Pokémon Basic HP 50
Types
Water
Illustrator
Shin Nagasawa
Expansion
HS—Unleashed · HeartGold & SoulSilver
Language
English
TCGplayer
86192

Attacks

Beat 10
Colorless
Fin Smack 20
Water · Colorless

Flip 2 coins. This attack does 20 damage times the number of heads.

GET /api/v1/pokemon/cards/hgss2-49vrh?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss2-49vrh",
    "name": "Horsea",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/49vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/49vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/49vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss2",
      "name": "HS—Unleashed",
      "total": 96,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UL",
      "printed_total": 95,
      "release_date": "2010/05/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86192",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/49vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/49vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/49vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Beat",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fin Smack",
        "text": "Flip 2 coins. This attack does 20 damage times the number of heads.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 2.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.11
        },
        {
          "condition": "LP",
          "price": 0.76
        },
        {
          "condition": "MP",
          "price": 0.5
        },
        {
          "condition": "HP",
          "price": 0.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-10T18:51:15.186Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}