Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Start Deck 100 Battle Collection
Serperior ex

Serperior ex

Common #42 ポケモン 2進化ex HP 320
Types
Illustrator
PLANETA Igarashi
Expansion
Start Deck 100 Battle Collection · Mega Evolution
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/mc_ja-42vrh?include=prices 200 45ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mc_ja-42vrh",
    "name": "Serperior ex",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-42vrh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-42vrh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-42vrh.large.png"
      }
    ],
    "expansion": {
      "id": "mc_ja",
      "name": "Start Deck 100 Battle Collection",
      "total": 774,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "MC",
      "printed_total": 742,
      "release_date": "2025/12/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mc_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mc_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Start Deck 100 Battle Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-42vrh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-42vrh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-42vrh.large.png"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "2進化",
      "ex"
    ],
    "types": [
      "草"
    ],
    "hp": "320",
    "abilities": [
      {
        "name": "ロイヤルエール",
        "text": "このポケモンがいるかぎり、自分のポケモンが使うワザの、相手のバトルポケモンへのダメージは「+20」される。",
        "type": "特性"
      }
    ],
    "weaknesses": [
      {
        "type": "炎",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "PLANETA Igarashi",
    "pricing": {
      "currency": "USD",
      "market": 5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-18T02:57:37.263Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}