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

← Rising Rivals
Gastrodon West Sea

Gastrodon West Sea

Rare #22 Pokémon Stage 1 HP 110
Types
Fighting
Illustrator
Kyoko Umemoto
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
85660

Attacks

Tackle 50
Colorless · Colorless · Colorless
Muddy Bomb
Fighting · Colorless · Colorless

Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon and 10 damage to each of your opponent's other Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Raging Sea 60
Fighting · Colorless · Colorless · Colorless

Does 60 damage plus 10 more damage for each of your Benched Pokémon that has any damage counters on it.

GET /api/v1/pokemon/cards/pl2-22vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-22vrh",
    "name": "Gastrodon West Sea",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/22vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/22vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/22vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85660",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/22vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/22vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/22vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tackle",
        "damage": "50"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Muddy Bomb",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon and 10 damage to each of your opponent's other Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Raging Sea",
        "text": "Does 60 damage plus 10 more damage for each of your Benched Pokémon that has any damage counters on it.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 4.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.98
        },
        {
          "condition": "LP",
          "price": 2.21
        },
        {
          "condition": "MP",
          "price": 1.7
        },
        {
          "condition": "HP",
          "price": 1.3
        },
        {
          "condition": "DMG",
          "price": 1.74
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.5,
          "low": 11.48,
          "high": 15.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29.5,
          "low": 25.08,
          "high": 33.92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:30.919Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}