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 #30 Pokémon Stage 2 HP 120
Types
Grass
Illustrator
Reiko Tanoue
Expansion
Arceus · Platinum
Language
English
TCGplayer
88951

Attacks

Leaf Blast 20
Grass

Does 20 damage times the amount of Grass Energy attached to Sceptile.

Poison Claws 60
Grass · Colorless · Colorless · Colorless

The Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/pl4-30?include=prices 200 27ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-30",
    "name": "Sceptile",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/30.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/30.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/30.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": "88951",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/30.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/30.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/30.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Green Breath",
        "text": "When you attach a Grass Energy card from your hand to Sceptile, remove 2 damage counters from Sceptile.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Leaf Blast",
        "text": "Does 20 damage times the amount of Grass Energy attached to Sceptile.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Poison Claws",
        "text": "The Defending Pokémon is now Poisoned.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Reiko Tanoue",
    "pricing": {
      "currency": "USD",
      "market": 5.97,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.97
        },
        {
          "condition": "LP",
          "price": 5.14
        },
        {
          "condition": "MP",
          "price": 4.72
        },
        {
          "condition": "HP",
          "price": 4.93
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 60,
          "low": 51,
          "high": 69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:38:37.031Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}