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

← Double Blaze
Rhyperior

Rhyperior

Non #50 Pokémon Stage 2 HP 170
Types
Fighting
Illustrator
kawayoo
Expansion
Double Blaze · Sun & Moon
Language
Japanese
TCGplayer
573648

Attacks

Hefty Cannon 90
Fighting · Colorless · Colorless

If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn.

Break Ground 160
Fighting · Colorless · Colorless · Colorless

This attack does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/sm10_ja-50?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10_ja-50",
    "name": "Rhyperior",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/50.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/50.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/50.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10_ja",
      "name": "Double Blaze",
      "total": 116,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM10",
      "printed_total": 95,
      "release_date": "2019/03/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Double Blaze"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573648",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/50.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/50.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10_ja/50.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hefty Cannon",
        "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn.",
        "damage": "90"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Break Ground",
        "text": "This attack does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 0.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.47
        },
        {
          "condition": "MP",
          "price": 0.35
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:23:51.165Z",
      "trend_7d": {
        "direction": "up",
        "percent": 46.88
      }
    }
  }
}