Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Stellar Crown
Mow Rotom

Mow Rotom

Common #8 Pokémon Basic HP 90
Types
Grass
Illustrator
Amelicart
Expansion
Stellar Crown · Scarlet & Violet
Language
English
TCGplayer
567234

Attacks

Reaping Dash 30
Colorless

Before doing damage, discard all Pokémon Tools and Special Energy from your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sv7-8?include=prices 200 148ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv7-8",
    "name": "Mow Rotom",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/8.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/8.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/8.large.png"
      }
    ],
    "expansion": {
      "id": "sv7",
      "name": "Stellar Crown",
      "total": 175,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SCR",
      "printed_total": 142,
      "release_date": "2024/09/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "567234",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/8.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/8.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/8.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Reaping Dash",
        "text": "Before doing damage, discard all Pokémon Tools and Special Energy from your opponent's Active Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Amelicart",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        },
        {
          "condition": "LP",
          "price": 0.09
        },
        {
          "condition": "MP",
          "price": 0.13
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T15:18:42.228Z",
      "trend_7d": {
        "direction": "up",
        "percent": 75
      }
    }
  }
}