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

← Primal Clash
Gorebyss

Gorebyss

Rare #52 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Kouki Saitou
Expansion
Primal Clash · XY
Language
English
TCGplayer
95950

Attacks

Psy Bolt 30
Water · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/xy5-52vrh?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5-52vrh",
    "name": "Gorebyss",
    "number": "52",
    "printed_number": "52",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/52vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/52vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/52vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5",
      "name": "Primal Clash",
      "total": 164,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PRC",
      "printed_total": 160,
      "release_date": "2015/02/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "95950",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/52vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/52vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/52vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psy Bolt",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 3.41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.41
        },
        {
          "condition": "LP",
          "price": 1.78
        },
        {
          "condition": "MP",
          "price": 1.09
        },
        {
          "condition": "HP",
          "price": 0.95
        },
        {
          "condition": "DMG",
          "price": 0.55
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 46.91,
          "low": 56.83,
          "high": 56.83,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:31:16.225Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.29
      }
    }
  }
}