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

← Glory of Team Rocket
Gorebyss

Gorebyss

Rare #25 Pokémon Stage 1
Types
Water
Illustrator
Naoyo Kimura
Expansion
Glory of Team Rocket · Scarlet & Violet
Language
Japanese
TCGplayer
628666

Attacks

Crescendo Wave
Water

This attack does 30 damage for each Water Energy attached to this Pokémon. Before doing damage, you may attach any number of Basic Water Energy cards from your hand to this Pokémon.

GET /api/v1/pokemon/cards/sv10_ja-25vh?include=prices 200 48ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10_ja-25vh",
    "name": "Gorebyss",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/25vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/25vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/25vh.large.png"
      }
    ],
    "expansion": {
      "id": "sv10_ja",
      "name": "Glory of Team Rocket",
      "total": 132,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV10",
      "printed_total": 98,
      "release_date": "2025/04/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Glory of Team Rocket"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "628666",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/25vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/25vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10_ja/25vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Crescendo Wave",
        "text": "This attack does 30 damage for each Water Energy attached to this Pokémon. Before doing damage, you may attach any number of Basic Water Energy cards from your hand to this Pokémon."
      }
    ],
    "rarity": "Rare",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T15:51:11.427Z",
      "trend_7d": {
        "direction": "down",
        "percent": -50
      }
    }
  }
}