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

← Sword & Shield
Rhyperior

Rhyperior

Rare Holo #99 Pokémon Stage 2 HP 190
Types
Fighting
Illustrator
Satoshi Shirai
Expansion
Sword & Shield · Sword & Shield
Language
English
TCGplayer
208408

Attacks

Rock Tumble 90
Fighting · Colorless · Colorless

This attack's damage isn't affected by Resistance.

Bedrock Shake 120
Fighting · Fighting · Colorless · Colorless

This attack also does 60 damage to each Benched Pokémon that has any damage counters on it (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/swsh1-99vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1-99vh",
    "name": "Rhyperior",
    "number": "99",
    "printed_number": "99",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/99vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/99vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/99vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1",
      "name": "Sword & Shield",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SSH",
      "printed_total": 202,
      "release_date": "2020/02/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "208408",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/99vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/99vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/99vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rock Tumble",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "90"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Bedrock Shake",
        "text": "This attack also does 60 damage to each Benched Pokémon that has any damage counters on it (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 0.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.38
        },
        {
          "condition": "LP",
          "price": 0.36
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "DMG",
          "price": 0.24
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 54.5,
          "low": 46.33,
          "high": 62.68,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:14:03.757Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.7
      }
    }
  }
}