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

← Forbidden Light
Aurorus

Aurorus

Rare Holo #28 Pokémon Stage 2 HP 160
Types
Water
Illustrator
Suwama Chiaki
Expansion
Forbidden Light · Sun & Moon
Language
English
TCGplayer
165679

Attacks

Frost Wall 50
Water · Colorless · Colorless

During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Evolution Pokémon.

Blizzard Burn 150
Water · Water · Colorless · Colorless

This Pokémon can't attack during your next turn.

GET /api/v1/pokemon/cards/sm6-28vh?include=prices 200 31ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6-28vh",
    "name": "Aurorus",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/28vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/28vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/28vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6",
      "name": "Forbidden Light",
      "total": 150,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "FLI",
      "printed_total": 131,
      "release_date": "2018/05/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "165679",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/28vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/28vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/28vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Frost Wall",
        "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Evolution Pokémon.",
        "damage": "50"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Blizzard Burn",
        "text": "This Pokémon can't attack during your next turn.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 9.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.33
        },
        {
          "condition": "LP",
          "price": 6.5
        },
        {
          "condition": "MP",
          "price": 6.77
        },
        {
          "condition": "HP",
          "price": 5.47
        },
        {
          "condition": "DMG",
          "price": 4.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 31,
          "low": 26.35,
          "high": 35.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:18:42.165Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.06
      }
    }
  }
}