Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Night Wanderer
Haxorus

Haxorus

Rare #46 Pokémon Stage 2
Types
Dragon
Illustrator
Tsuyoshi Nagano
Expansion
Night Wanderer · Scarlet & Violet
Language
Japanese
TCGplayer
566297

Attacks

Axe Down
Fighting

If your opponent's Active Pokémon has any Special Energy attached, it is Knocked Out.

Dragon Pulse
Fighting · Metal

Discard the top 3 cards of your deck.

GET /api/v1/pokemon/cards/sv6a_ja-46vh?include=prices 200 56ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6a_ja-46vh",
    "name": "Haxorus",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/46vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/46vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/46vh.large.png"
      }
    ],
    "expansion": {
      "id": "sv6a_ja",
      "name": "Night Wanderer",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV6a",
      "printed_total": 64,
      "release_date": "2024/06/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Night Wanderer"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566297",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/46vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/46vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/46vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Axe Down",
        "text": "If your opponent's Active Pokémon has any Special Energy attached, it is Knocked Out."
      },
      {
        "cost": [
          "Fighting",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Dragon Pulse",
        "text": "Discard the top 3 cards of your deck."
      }
    ],
    "rarity": "Rare",
    "artist": "Tsuyoshi Nagano",
    "pricing": {
      "currency": "USD",
      "market": 0.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.61
        },
        {
          "condition": "LP",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 36.5,
          "low": 34.75,
          "high": 38.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T14:48:25.695Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}