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

← Rocket Gang Strikes Back
Horsea

Horsea

usually #22 Pokémon Basic HP 50
Types
Water
Illustrator
Kagemaru Himeno
Expansion
Rocket Gang Strikes Back · PCG
Language
Japanese
TCGplayer
613145

Attacks

Water Plant
Colorless

Search your discard pile for up to 2 Water Energy cards, show them to your opponent, and put them into your hand.

Swift 30
Water · Water

This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.

GET /api/v1/pokemon/cards/pcg3_ja-22?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg3_ja-22",
    "name": "Horsea",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/22.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/22.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/22.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg3_ja",
      "name": "Rocket Gang Strikes Back",
      "total": 85,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 84,
      "release_date": "2004/10/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rocket Gang Strikes Back"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613145",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/22.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/22.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/22.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Water Plant",
        "text": "Search your discard pile for up to 2 Water Energy cards, show them to your opponent, and put them into your hand."
      },
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Swift",
        "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 4.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.49
        },
        {
          "condition": "MP",
          "price": 2
        },
        {
          "condition": "HP",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.82,
          "low": 12.37,
          "high": 12.37,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.99,
          "low": 33.99,
          "high": 45.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-23T03:45:38.110Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}