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

← Fever-Burst Fighter
Gastrodon

Gastrodon

Non #14 Pokémon Stage 1 HP 110
Types
Water
Illustrator
Aya Kusube
Expansion
Fever-Burst Fighter · XY
Language
Japanese
TCGplayer
603224

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/xy11f_ja-14?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11f_ja-14",
    "name": "Gastrodon",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/14.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11f_ja",
      "name": "Fever-Burst Fighter",
      "total": 59,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY11",
      "printed_total": 54,
      "release_date": "2016/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11f_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11f_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fever-Burst Fighter"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603224",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/14.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": "Non",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4
        },
        {
          "condition": "MP",
          "price": 0.68
        },
        {
          "condition": "HP",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:29:33.005Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}