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

← Infinity Zone
Rhyperior V

Rhyperior V

Super Rare #104 Pokémon BasicV HP 230
Types
Fighting
Illustrator
Eske Yoshinob
Expansion
Infinity Zone · Sword & Shield
Language
Japanese
TCGplayer
568810

Attacks

Drill Run 80
Fighting · Colorless · Colorless

Discard an Energy from your opponent's Active Pokémon.

Heavy Rock Artillery 210
Fighting · Colorless · Colorless · Colorless

During your next turn, this Pokémon can't use Heavy Rock Artillery.

GET /api/v1/pokemon/cards/swsh3_ja-104vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh3_ja-104vh",
    "name": "Rhyperior V",
    "number": "104",
    "printed_number": "104",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/104vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/104vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/104vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh3_ja",
      "name": "Infinity Zone",
      "total": 119,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S3",
      "printed_total": 100,
      "release_date": "2020/06/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Infinity Zone"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568810",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/104vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/104vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3_ja/104vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "230",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Drill Run",
        "text": "Discard an Energy from your opponent's Active Pokémon.",
        "damage": "80"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Heavy Rock Artillery",
        "text": "During your next turn, this Pokémon can't use Heavy Rock Artillery.",
        "damage": "210"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 3.82,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.82
        },
        {
          "condition": "LP",
          "price": 1.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 16.5,
          "low": 10,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T05:18:23.403Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.8
      }
    }
  }
}