Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Brave Stars (Courage)
Rhyperior

Rhyperior

Uncommon #063/128 Pokémon Stage 2 HP 190
Types
Fighting
Illustrator
GOSSAN
Expansion
Brave Stars (Courage) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Geo Cannon 50
Colorless

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
Colorless · Colorless · Colorless · Colorless

This Pokémon also does 30 damage to itself.

GET /api/v1/pokemon/cards/bsco-063?include=prices 200 46ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsco-063",
    "name": "Rhyperior",
    "number": "063/128",
    "printed_number": "063/128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-063.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-063.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-063.large.webp"
      }
    ],
    "expansion": {
      "id": "bsco",
      "name": "Brave Stars (Courage)",
      "total": 178,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 178,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsco.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Courage)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-063.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-063.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-063.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Geo Cannon",
        "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": [
          "Colorless",
          "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": "Uncommon",
    "artist": "GOSSAN",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:34:43.968Z"
    }
  }
}