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

← Furious Fists
Aurorus

Aurorus

Rare #26 Pokémon Stage 1 HP 130
Types
Water
Illustrator
5ban Graphics
Expansion
Furious Fists · XY
Language
English
TCGplayer
92201

Attacks

Icy Wind 70
Water · Colorless · Colorless · Colorless

Your opponent's Active Pokémon is now Asleep.

GET /api/v1/pokemon/cards/xy3-26?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-26",
    "name": "Aurorus",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/26.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3",
      "name": "Furious Fists",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FFI",
      "printed_total": 111,
      "release_date": "2014/08/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "92201",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Ice Shield",
        "text": "Any damage done by an opponent's attack to each of your Water Pokémon that has any Water Energy attached to it is reduced by 20 (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Icy Wind",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 6.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.65
        },
        {
          "condition": "LP",
          "price": 4.84
        },
        {
          "condition": "MP",
          "price": 4.14
        },
        {
          "condition": "HP",
          "price": 4.6
        },
        {
          "condition": "DMG",
          "price": 2.49
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 48,
          "low": 40.8,
          "high": 55.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:39:13.477Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.28
      }
    }
  }
}