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

← Crimson Invasion
Gastrodon

Gastrodon

Uncommon #54 Pokémon Stage 1 HP 120
Types
Fighting
Illustrator
TOKIYA
Expansion
Crimson Invasion · Sun & Moon
Language
English
TCGplayer
149077

Attacks

Eerie Fluid 30
Fighting · Colorless

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

Earthquake 120
Fighting · Fighting · Colorless

This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/sm4-54?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4-54",
    "name": "Gastrodon",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/54.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/54.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/54.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4",
      "name": "Crimson Invasion",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CIN",
      "printed_total": 111,
      "release_date": "2017/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "149077",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/54.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/54.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/54.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Eerie Fluid",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Earthquake",
        "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "LP",
          "price": 0.13
        },
        {
          "condition": "MP",
          "price": 0.14
        },
        {
          "condition": "DMG",
          "price": 0.04
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:18:11.071Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.57
      }
    }
  }
}