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

← Miracle of the Desert
Seviper

Seviper

Rare Holo #8 Pokémon Basic HP 80
Types
Grass
Illustrator
Hajime Kusajima
Expansion
Miracle of the Desert · ADV
Language
Japanese
TCGplayer
613573

Attacks

Deadly Poison 10
Colorless

You may discard a Grass Energy card attached to Seviper. If you do, the Defending Pokémon is now Poisoned.

Extra Poison 20
Colorless · Colorless

If the Defending Pokémon is Pokémon-ex, the Defending Pokémon is now Asleep and Poisoned.

GET /api/v1/pokemon/cards/adv2_ja-8vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv2_ja-8vh",
    "name": "Seviper",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/8vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/8vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/8vh.large.webp"
      }
    ],
    "expansion": {
      "id": "adv2_ja",
      "name": "Miracle of the Desert",
      "total": 53,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 53,
      "release_date": "2003/04/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Miracle of the Desert"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613573",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/8vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/8vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/8vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Deadly Poison",
        "text": "You may discard a Grass Energy card attached to Seviper. If you do, the Defending Pokémon is now Poisoned.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Extra Poison",
        "text": "If the Defending Pokémon is Pokémon-ex, the Defending Pokémon is now Asleep and Poisoned.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 6.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.3
        },
        {
          "condition": "HP",
          "price": 5
        },
        {
          "condition": "DMG",
          "price": 4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 22.8,
          "low": 19.38,
          "high": 26.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 129.6,
          "low": 200,
          "high": 200,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T10:16:21.937Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}