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

← Incandescent Arcana
Serperior V

Serperior V

Common #84 Pokémon BasicV HP 210
Types
Grass
Illustrator
Teeziro
Expansion
Incandescent Arcana · Sword & Shield
Language
Japanese
TCGplayer
570847

Attacks

Noble Light
Colorless

Heal 30 damage from all Pokémon in play (both yours and your opponent's).

Solar Beam 120
Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh11a_ja-84vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh11a_ja-84vh",
    "name": "Serperior V",
    "number": "84",
    "printed_number": "84",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja-84vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja-84vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja-84vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh11a_ja",
      "name": "Incandescent Arcana",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S11a",
      "printed_total": 68,
      "release_date": "2022/09/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh11a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Incandescent Arcana"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570847",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja-84vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja-84vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11a_ja-84vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Grass"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Noble Light",
        "text": "Heal 30 damage from all Pokémon in play (both yours and your opponent's)."
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Solar Beam",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Teeziro",
    "pricing": {
      "currency": "USD",
      "market": 44.41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 44.41
        },
        {
          "condition": "LP",
          "price": 33.67
        },
        {
          "condition": "HP",
          "price": 19.99
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 159.25,
          "low": 125.85,
          "high": 192.65,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 39,
          "low": 33.15,
          "high": 44.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 100,
          "low": 83.96,
          "high": 114.39,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17.98,
          "low": 17.98,
          "high": 17.98,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:09:52.614Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.82
      }
    }
  }
}