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

← Scarlet & Violet Black Star Promos
Ledian (Staff Stamp)

Ledian (Staff Stamp)

Promo #133 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Natsumi Yoshida
Expansion
Scarlet & Violet Black Star Promos · Scarlet & Violet
Language
English
TCGplayer

Attacks

Swift 70
Colorless · Colorless

This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/svp-133vs?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp-133vs",
    "name": "Ledian (Staff Stamp)",
    "number": "133",
    "printed_number": "133",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/133vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/133vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/133vs.large.webp"
      }
    ],
    "expansion": {
      "id": "svp",
      "name": "Scarlet & Violet Black Star Promos",
      "total": 225,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVP",
      "printed_total": 224,
      "release_date": "2023/01/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/133vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/133vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/133vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Glittering Star Pattern",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may switch in 1 of your opponent's Benched Pokémon that has 90 HP or less remaining to the Active Spot.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Swift",
        "text": "This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Natsumi Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 25.06,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 25.06
        },
        {
          "condition": "LP",
          "price": 18.52
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "8",
          "value": 17.37,
          "low": 14.76,
          "high": 19.98,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 200,
          "low": 115.5,
          "high": 200,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19,
          "low": 19,
          "high": 26.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "8.5",
          "value": 17.5,
          "low": 14.88,
          "high": 20.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:06:16.708Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}