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

← GX Ultra Shiny
Mow Rotom

Mow Rotom

Common #5 Pokémon Basic HP 90
Types
Grass
Illustrator
kawayoo
Expansion
GX Ultra Shiny · Sun & Moon
Language
Japanese
TCGplayer
574624

Attacks

Special Mow 60
Grass · Colorless · Colorless

Discard a Special Energy from your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sm8b_ja-5vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8b_ja-5vrh",
    "name": "Mow Rotom",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/5vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/5vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/5vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8b_ja",
      "name": "GX Ultra Shiny",
      "total": 250,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8b",
      "printed_total": 150,
      "release_date": "2018/11/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GX Ultra Shiny"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574624",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/5vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/5vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/5vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "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": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Special Mow",
        "text": "Discard a Special Energy from your opponent's Active Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 2.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.54
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 125,
          "low": 106.25,
          "high": 143.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:03:24.887Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.93
      }
    }
  }
}