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

← Facing a New Trial
Ledian

Ledian

Common #5 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Atsuko Nishida
Expansion
Facing a New Trial · Sun & Moon
Language
Japanese
TCGplayer
573786

Attacks

Swift 30
Grass

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

Comet Punch 40×
Colorless · Colorless · Colorless

Flip 4 coins. This attack does 40 damage for each heads.

GET /api/v1/pokemon/cards/sm2p_ja-5vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2p_ja-5vrh",
    "name": "Ledian",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/5vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/5vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/5vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2p_ja",
      "name": "Facing a New Trial",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM2+",
      "printed_total": 49,
      "release_date": "2017/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Facing a New Trial"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573786",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/5vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/5vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/5vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Swift",
        "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Comet Punch",
        "text": "Flip 4 coins. This attack does 40 damage for each heads.",
        "damage": "40×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-22T03:17:03.565Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}