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

← Magma Gang VS Aqua Gang: Double Crisis
Team Aqua's Seviper

Team Aqua's Seviper

usually #9 Pokémon Basic
Types
Psychic
Illustrator
Naoki Saito
Expansion
Magma Gang VS Aqua Gang: Double Crisis · XY
Language
Japanese
TCGplayer
605298

Attacks

Venomous Fang 10
Psychic

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

Venom Tail 30
Colorless · Colorless

If your opponent's Active Pokémon is affected by a Special Condition, discard an Energy attached to that Pokémon.

GET /api/v1/pokemon/cards/cp1_ja-9?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp1_ja-9",
    "name": "Team Aqua's Seviper",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/9.large.webp"
      }
    ],
    "expansion": {
      "id": "cp1_ja",
      "name": "Magma Gang VS Aqua Gang: Double Crisis",
      "total": 34,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP1",
      "printed_total": 34,
      "release_date": "2015/01/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Magma Gang VS Aqua Gang: Double Crisis"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605298",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp1_ja/9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Venomous Fang",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Venom Tail",
        "text": "If your opponent's Active Pokémon is affected by a Special Condition, discard an Energy attached to that Pokémon.",
        "damage": "30"
      }
    ],
    "rarity": "usually",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 1.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.91
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 20.25,
          "low": 17.21,
          "high": 23.29,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-22T03:58:04.306Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.05
      }
    }
  }
}