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

← Rising Fist
Aurorus

Aurorus

Non #26 Pokémon Stage 1 HP 130
Types
Water
Illustrator
5ban Graphics
Expansion
Rising Fist · XY
Language
Japanese
TCGplayer
603441

Attacks

Icy Wind 70
Water · Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/xy3_ja-26?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3_ja-26",
    "name": "Aurorus",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/26.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3_ja",
      "name": "Rising Fist",
      "total": 105,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY3",
      "printed_total": 96,
      "release_date": "2014/06/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rising Fist"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603441",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/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": "Non",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:18:42.846Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}