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

← Awakening Psychic King
Serperior

Serperior

Non #7 Pokémon Stage 2 HP 140
Types
Grass
Illustrator
You Iribi
Expansion
Awakening Psychic King · XY
Language
Japanese
TCGplayer
602891

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_ja-7?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10_ja-7",
    "name": "Serperior",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/7.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/7.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/7.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10_ja",
      "name": "Awakening Psychic King",
      "total": 88,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY10",
      "printed_total": 78,
      "release_date": "2016/03/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Awakening Psychic King"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602891",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/7.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/7.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10_ja/7.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": "Non",
    "artist": "You Iribi",
    "pricing": {
      "currency": "USD",
      "market": 2.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.39
        },
        {
          "condition": "LP",
          "price": 1.5
        },
        {
          "condition": "MP",
          "price": 1.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:30:08.021Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}