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

← Bonds to the End of Time
Fan Rotom

Fan Rotom

Non #34 Pokémon Basic HP 70
Types
Lightning
Illustrator
Motofumi Fujiwara
Expansion
Bonds to the End of Time · Platinum
Language
Japanese
TCGplayer
607228

Attacks

Spin Storm
Colorless · Colorless

Flip a coin. If heads, your opponent returns the Defending Pokémon and all cards attached to it to his or her hand.

Air Slash 60
Colorless · Colorless · Colorless

Flip a coin. If tails, discard an Energy attached to Fan Rotom.

GET /api/v1/pokemon/cards/pt2_ja-34?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt2_ja-34",
    "name": "Fan Rotom",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/34.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/34.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/34.large.webp"
      }
    ],
    "expansion": {
      "id": "pt2_ja",
      "name": "Bonds to the End of Time",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT2",
      "printed_total": 90,
      "release_date": "2008/12/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Bonds to the End of Time"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607228",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/34.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/34.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/34.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Fan Shift",
        "text": "Once during your turn (before your attack), you may use this power. Fan Rotom's type is Colorless until the end of your turn.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Spin Storm",
        "text": "Flip a coin. If heads, your opponent returns the Defending Pokémon and all cards attached to it to his or her hand."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Air Slash",
        "text": "Flip a coin. If tails, discard an Energy attached to Fan Rotom.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Motofumi Fujiwara",
    "pricing": {
      "currency": "USD",
      "market": 8.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.21
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-10T06:02:45.058Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}