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

← Stellar Miracle
Fan Rotom

Fan Rotom

usually #80 Pokémon Basic HP 70
Types
Colorless
Illustrator
Toshinao Aoki
Expansion
Stellar Miracle · Scarlet & Violet
Language
Japanese
TCGplayer
567935

Attacks

Assault Landing 70
Colorless

If no Stadium is in play, this attack does nothing.

GET /api/v1/pokemon/cards/sv7_ja-80?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv7_ja-80",
    "name": "Fan Rotom",
    "number": "80",
    "printed_number": "80",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/80.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/80.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/80.large.webp"
      }
    ],
    "expansion": {
      "id": "sv7_ja",
      "name": "Stellar Miracle",
      "total": 135,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV7",
      "printed_total": 102,
      "release_date": "2024/07/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Stellar Miracle"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567935",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/80.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/80.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/80.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Fan Call",
        "text": "Once during your first turn, you may search your deck for up to 3 Colorless Pokémon with 100 HP or less, reveal them, and put them into your hand. Then, shuffle your deck. You can't use more than 1 Fan Call Ability during your turn.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Assault Landing",
        "text": "If no Stadium is in play, this attack does nothing.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "usually",
    "artist": "Toshinao Aoki",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:43:20.375Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}