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

← Fates Collide
Serperior

Serperior

Rare #7 Pokémon Stage 2 HP 140
Types
Grass
Illustrator
You Iribi
Expansion
Fates Collide · XY
Language
English
TCGplayer
117770

Attacks

Coil 40
Colorless

During your next turn, this Pokémon's attacks do 60 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).

Slashing Strike 80
Grass

This Pokémon can't use Slashing Strike during your next turn.

GET /api/v1/pokemon/cards/xy10-7vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10-7vrh",
    "name": "Serperior",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/7vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/7vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/7vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10",
      "name": "Fates Collide",
      "total": 129,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FCO",
      "printed_total": 124,
      "release_date": "2016/05/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "117770",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/7vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/7vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/7vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Coil",
        "text": "During your next turn, this Pokémon's attacks do 60 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "damage": "40"
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Slashing Strike",
        "text": "This Pokémon can't use Slashing Strike during your next turn.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "You Iribi",
    "pricing": {
      "currency": "USD",
      "market": 1.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.07
        },
        {
          "condition": "LP",
          "price": 0.86
        },
        {
          "condition": "MP",
          "price": 0.51
        },
        {
          "condition": "HP",
          "price": 0.77
        },
        {
          "condition": "DMG",
          "price": 0.4
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:50:16.099Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}