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

← Ancient Origins
Rotom

Rotom

Uncommon #29 Pokémon Basic HP 70
Types
Lightning
Illustrator
Mizue
Expansion
Ancient Origins · XY
Language
English
TCGplayer
101450

Attacks

Electro Ball 20
Lightning
Electric Mischief
Colorless · Colorless

Flip 3 coins. For each heads, choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into his or her deck.

GET /api/v1/pokemon/cards/xy7-29?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7-29",
    "name": "Rotom",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/29.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/29.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/29.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7",
      "name": "Ancient Origins",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "AOR",
      "printed_total": 98,
      "release_date": "2015/08/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "101450",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/29.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/29.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/29.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Electro Ball",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Electric Mischief",
        "text": "Flip 3 coins. For each heads, choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into his or her deck."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 0.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:03:44.352Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}