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

← Paldea Evolved
Seviper

Seviper

Uncommon #137 Pokémon Basic HP 110
Types
Darkness
Illustrator
Nisota Niso
Expansion
Paldea Evolved · Scarlet & Violet
Language
English
TCGplayer
497635

Attacks

Sharp Fang 20
Colorless
Cross-Cut 50
Darkness · Colorless

If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 50 more damage.

GET /api/v1/pokemon/cards/sv2-137?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2-137",
    "name": "Seviper",
    "number": "137",
    "printed_number": "137",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/137.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/137.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/137.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2",
      "name": "Paldea Evolved",
      "total": 279,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAL",
      "printed_total": 193,
      "release_date": "2023/06/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "497635",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/137.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/137.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/137.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sharp Fang",
        "damage": "20"
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Cross-Cut",
        "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 50 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Nisota Niso",
    "pricing": {
      "currency": "USD",
      "market": 0.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.03
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T19:08:52.592Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}