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

← Shiny Collection
Serperior

Serperior

Non #3 Pokémon Stage 2
Types
Grass
Illustrator
Shin Nagasawa
Expansion
Shiny Collection · Black & White
Language
Japanese
TCGplayer
602853

Attacks

Solar Beam 80
Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/sc1_ja-3?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sc1_ja-3",
    "name": "Serperior",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/3.large.webp"
      }
    ],
    "expansion": {
      "id": "sc1_ja",
      "name": "Shiny Collection",
      "total": 25,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "SC",
      "printed_total": 20,
      "release_date": "2013/02/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sc1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sc1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602853",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sc1_ja/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "abilities": [
      {
        "name": "Royal Garden",
        "text": "If this Pokémon has any Grass Energy attached to it, this Pokémon has no Retreat Cost.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Solar Beam",
        "damage": "80"
      }
    ],
    "rarity": "Non",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 14.06,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.06
        },
        {
          "condition": "LP",
          "price": 9.5
        },
        {
          "condition": "MP",
          "price": 6.7
        },
        {
          "condition": "HP",
          "price": 6
        },
        {
          "condition": "DMG",
          "price": 4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 54,
          "low": 22.8,
          "high": 54,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 165,
          "low": 104.04,
          "high": 217,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.23,
          "low": 24.8,
          "high": 31.2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 44.33,
          "low": 71,
          "high": 71,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:04:33.985Z",
      "trend_7d": {
        "direction": "up",
        "percent": 9.25
      }
    }
  }
}