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

← Ultra Prism
Wash Rotom

Wash Rotom

Rare #40 Pokémon Basic HP 90
Types
Water
Illustrator
Shigenori Negishi
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
157657

Attacks

Wash Arrow
Water · Colorless · Colorless

This attack does 50 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/sm5-40?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-40",
    "name": "Wash Rotom",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/40.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/40.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/40.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5",
      "name": "Ultra Prism",
      "total": 178,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UPR",
      "printed_total": 156,
      "release_date": "2018/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "157657",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/40.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/40.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/40.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Roto Motor",
        "text": "If you have 9 or more Pokémon Tool cards in your discard pile, ignore all Energy in the attack cost of each of this Pokémon's attacks.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wash Arrow",
        "text": "This attack does 50 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 0.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.73
        },
        {
          "condition": "LP",
          "price": 0.64
        },
        {
          "condition": "MP",
          "price": 0.36
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:49:14.262Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.39
      }
    }
  }
}