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

← GX Ultra Shiny
Seviper

Seviper

Holo #175 Pokémon Basic HP 100
Types
Psychic
Illustrator
SATOSHI NAKAI
Expansion
GX Ultra Shiny · Sun & Moon
Language
Japanese
TCGplayer
574793

Attacks

Venomous Fang 30
Psychic · Colorless · Colorless

Your opponent's Active Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/sm8b_ja-175vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8b_ja-175vh",
    "name": "Seviper",
    "number": "175",
    "printed_number": "175",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/175vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/175vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/175vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8b_ja",
      "name": "GX Ultra Shiny",
      "total": 250,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8b",
      "printed_total": 150,
      "release_date": "2018/11/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GX Ultra Shiny"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574793",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/175vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/175vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/175vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "More Poison",
        "text": "Put 1 more damage counter on your opponent's Poisoned Pokémon between turns.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Venomous Fang",
        "text": "Your opponent's Active Pokémon is now Poisoned.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Holo",
    "artist": "SATOSHI NAKAI",
    "pricing": {
      "currency": "USD",
      "market": 3.66,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.66
        },
        {
          "condition": "LP",
          "price": 2.79
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:16:32.168Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.81
      }
    }
  }
}