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

← Rulers of the Heavens
Horsea

Horsea

Non #11 Pokémon Basic HP 40
Types
Water
Illustrator
Hajime Kusajima
Expansion
Rulers of the Heavens · ADV
Language
Japanese
TCGplayer
613012

Attacks

Retaliate 10×
Colorless

Flip a coin. If heads, this attack does 10 damage times the number of damage counters on Horsea.

Smokescreen 10
Water

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.

GET /api/v1/pokemon/cards/adv3_ja-11?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv3_ja-11",
    "name": "Horsea",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/11.large.webp"
      }
    ],
    "expansion": {
      "id": "adv3_ja",
      "name": "Rulers of the Heavens",
      "total": 54,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 54,
      "release_date": "2003/06/25",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rulers of the Heavens"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613012",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Retaliate",
        "text": "Flip a coin. If heads, this attack does 10 damage times the number of damage counters on Horsea.",
        "damage": "10×"
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Smokescreen",
        "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "LP",
          "price": 1.25
        },
        {
          "condition": "MP",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 37,
          "low": 31.45,
          "high": 42.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:41:05.877Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}