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

← Battle Region
Rhyperior

Rhyperior

Non #39 Pokémon Stage 2 HP 190
Types
Fighting
Illustrator
GOSSAN
Expansion
Battle Region · Sword & Shield
Language
Japanese
TCGplayer
570609

Attacks

Earth Wrecker 50+
Fighting

Discard the top card of your deck. If that card is an Energy card, this attack does 100 more damage, and attach that card to this Pokémon.

Rocky Tackle 180
Fighting · Colorless · Colorless · Colorless

This Pokémon also does 30 damage to itself.

GET /api/v1/pokemon/cards/swsh9a_ja-39?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9a_ja-39",
    "name": "Rhyperior",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja/39.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9a_ja",
      "name": "Battle Region",
      "total": 93,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S9a",
      "printed_total": 67,
      "release_date": "2022/02/25",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Battle Region"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570609",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Earth Wrecker",
        "text": "Discard the top card of your deck. If that card is an Energy card, this attack does 100 more damage, and attach that card to this Pokémon.",
        "damage": "50+"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Rocky Tackle",
        "text": "This Pokémon also does 30 damage to itself.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "GOSSAN",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        }
      ],
      "graded": [
        {
          "company": "SGC",
          "grade": "10",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:29:16.183Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.45
      }
    }
  }
}