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

← Arceus
Sceptile

Sceptile

Rare #31 Pokémon Stage 2 HP 130
Types
Grass
Illustrator
Kouki Saitou
Expansion
Arceus · Platinum
Language
English
TCGplayer
88952

Attacks

Leaf Supply 30
Grass

You may attach a basic Energy card from your hand to 1 of your Pokémon.

Dual Cut 70
Grass · Colorless · Colorless

Flip 2 coins. This attack does 70 damage times the number of heads.

GET /api/v1/pokemon/cards/pl4-31?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-31",
    "name": "Sceptile",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/31.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/31.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/31.large.webp"
      }
    ],
    "expansion": {
      "id": "pl4",
      "name": "Arceus",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "AR",
      "printed_total": 99,
      "release_date": "2009/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88952",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/31.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/31.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/31.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Leaf Supply",
        "text": "You may attach a basic Energy card from your hand to 1 of your Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dual Cut",
        "text": "Flip 2 coins. This attack does 70 damage times the number of heads.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 3.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.26
        },
        {
          "condition": "LP",
          "price": 1.9
        },
        {
          "condition": "MP",
          "price": 1.52
        },
        {
          "condition": "HP",
          "price": 1.37
        },
        {
          "condition": "DMG",
          "price": 0.82
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 46,
          "low": 39.1,
          "high": 52.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:38:37.031Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.19
      }
    }
  }
}