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

← Steam Siege
Gastrodon

Gastrodon

Rare #29 Pokémon Stage 1 HP 110
Types
Water
Illustrator
Aya Kusube
Expansion
Steam Siege · XY
Language
English
TCGplayer
121016

Attacks

Sticky Shot 20
Water

During your opponent's next turn, the Defending Pokémon's attacks cost Colorless more, and its Retreat Cost is Colorless more.

Water Pulse 60
Water · Water · Water

Your opponent's Active Pokémon is now Asleep.

GET /api/v1/pokemon/cards/xy11-29?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-29",
    "name": "Gastrodon",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/29.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/29.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/29.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "121016",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/29.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/29.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/29.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Sticky Shot",
        "text": "During your opponent's next turn, the Defending Pokémon's attacks cost Colorless more, and its Retreat Cost is Colorless more.",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Water Pulse",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 0.6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.6
        },
        {
          "condition": "LP",
          "price": 0.38
        },
        {
          "condition": "MP",
          "price": 0.36
        },
        {
          "condition": "HP",
          "price": 0.2
        },
        {
          "condition": "DMG",
          "price": 0.41
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:53:50.880Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.69
      }
    }
  }
}