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

← Shrouded Fable
Haxorus

Haxorus

Rare #46 Pokémon Stage 2 HP 170
Types
Dragon
Illustrator
Tsuyoshi Nagano
Expansion
Shrouded Fable · Scarlet & Violet
Language
English
TCGplayer
560356

Attacks

Bring Down the Axe
Fighting

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

Dragon Pulse 230
Fighting · Metal

Discard the top 3 cards of your deck.

GET /api/v1/pokemon/cards/sv6pt5-46vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6pt5-46vrh",
    "name": "Haxorus",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/46vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/46vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/46vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6pt5",
      "name": "Shrouded Fable",
      "total": 99,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SFA",
      "printed_total": 64,
      "release_date": "2024/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "560356",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/46vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/46vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/46vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Bring Down the Axe",
        "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.",
        "damage": "230"
      }
    ],
    "rarity": "Rare",
    "artist": "Tsuyoshi Nagano",
    "pricing": {
      "currency": "USD",
      "market": 0.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.21
        },
        {
          "condition": "LP",
          "price": 0.2
        },
        {
          "condition": "MP",
          "price": 0.01
        },
        {
          "condition": "DMG",
          "price": 0.08
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 64,
          "low": 54.4,
          "high": 73.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:55:18.783Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}