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

← Black Bolt
Haxorus (Poke Ball)

Haxorus (Poke Ball)

Rare #72 Pokémon Stage 2 HP 170
Types
Dragon
Illustrator
Taiga Kasai
Expansion
Black Bolt · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Cross-Cut 80+
Colorless · Colorless

If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 80 more damage.

Axe Blast
Fighting · Metal · Colorless

If your opponent's Active Pokémon is a Basic Pokémon, it is Knocked Out.

GET /api/v1/pokemon/cards/sv11b_ja-72vph?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11b_ja-72vph",
    "name": "Haxorus (Poke Ball)",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-72vph.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-72vph.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-72vph.large.webp"
      }
    ],
    "expansion": {
      "id": "sv11b_ja",
      "name": "Black Bolt",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11B",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "pokeBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-72vph.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-72vph.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11b_ja-72vph.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Cross-Cut",
        "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 80 more damage.",
        "damage": "80+"
      },
      {
        "cost": [
          "Fighting",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Axe Blast",
        "text": "If your opponent's Active Pokémon is a Basic Pokémon, it is Knocked Out."
      }
    ],
    "rarity": "Rare",
    "artist": "Taiga Kasai",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.25
        },
        {
          "condition": "MP",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:39:44.905Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}