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

← BREAKthrough
Haxorus

Haxorus

Rare Holo #111 Pokémon Stage 2 HP 160
Types
Dragon
Illustrator
hatachu
Expansion
BREAKthrough · XY
Language
English
TCGplayer
107230

Attacks

Dragon Dance
Colorless

As long as this Haxorus is your Active Pokémon, each of its attacks does 100 more damage (before applying Weakness and Resistance). You can't add more than 100 damage in this way.

Sharp Fang 60
Colorless
Dragon Pulse 130
Fighting · Metal

Discard the top 3 cards of your deck.

GET /api/v1/pokemon/cards/xy8-111vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8-111vh",
    "name": "Haxorus",
    "number": "111",
    "printed_number": "111",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/111vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/111vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/111vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8",
      "name": "BREAKthrough",
      "total": 165,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKT",
      "printed_total": 162,
      "release_date": "2015/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "107230",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/111vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/111vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/111vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Dragon Dance",
        "text": "As long as this Haxorus is your Active Pokémon, each of its attacks does 100 more damage (before applying Weakness and Resistance). You can't add more than 100 damage in this way."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sharp Fang",
        "damage": "60"
      },
      {
        "cost": [
          "Fighting",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Dragon Pulse",
        "text": "Discard the top 3 cards of your deck.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "hatachu",
    "pricing": {
      "currency": "USD",
      "market": 1.77,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.77
        },
        {
          "condition": "LP",
          "price": 0.89
        },
        {
          "condition": "MP",
          "price": 0.82
        },
        {
          "condition": "HP",
          "price": 0.79
        },
        {
          "condition": "DMG",
          "price": 0.79
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 17.5,
          "low": 14.88,
          "high": 20.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 23.14,
          "low": 21.27,
          "high": 23.14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 45,
          "low": 14,
          "high": 45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:49:47.264Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.56
      }
    }
  }
}