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

← Emerging Powers
Tornadus

Tornadus

Rare Holo #89 Pokémon Basic HP 110
Types
Colorless
Illustrator
5ban Graphics
Expansion
Emerging Powers · Black & White
Language
English
TCGplayer
89974

Attacks

Energy Wheel
Colorless

Move an Energy from 1 of your Benched Pokémon to this Pokémon.

Hurricane 80
Colorless · Colorless · Colorless

Move a basic Energy from this Pokémon to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/bw2-89vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw2-89vrh",
    "name": "Tornadus",
    "number": "89",
    "printed_number": "89",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/89vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/89vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/89vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw2",
      "name": "Emerging Powers",
      "total": 98,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "EPO",
      "printed_total": 98,
      "release_date": "2011/08/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89974",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/89vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/89vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/89vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Wheel",
        "text": "Move an Energy from 1 of your Benched Pokémon to this Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hurricane",
        "text": "Move a basic Energy from this Pokémon to 1 of your Benched Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.47
        },
        {
          "condition": "LP",
          "price": 1.15
        },
        {
          "condition": "MP",
          "price": 1.24
        },
        {
          "condition": "HP",
          "price": 1.26
        },
        {
          "condition": "DMG",
          "price": 0.57
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 3.25,
          "low": 2.76,
          "high": 3.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39.99,
          "low": 33.99,
          "high": 45.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:43:24.154Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.34
      }
    }
  }
}