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

← Dragon Storm
Horsea

Horsea

usually #12 Pokémon Basic HP 50
Types
Water
Illustrator
Mizue
Expansion
Dragon Storm · Sun & Moon
Language
Japanese
TCGplayer
573727

Attacks

Hydro Pump 10+
Colorless

This attack does 10 more damage times the amount of Water Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/sm6a_ja-12?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6a_ja-12",
    "name": "Horsea",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/12.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6a_ja",
      "name": "Dragon Storm",
      "total": 66,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6a",
      "printed_total": 53,
      "release_date": "2018/04/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Storm"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573727",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/12.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hydro Pump",
        "text": "This attack does 10 more damage times the amount of Water Energy attached to this Pokémon.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:02:44.412Z",
      "trend_7d": {
        "direction": "down",
        "percent": -34.02
      }
    }
  }
}