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

← Rocket Gang Strikes Back
Ledian

Ledian

Rare Holo #6 Pokémon Stage 1 HP 70
Types
Grass
Illustrator
Kagemaru Himeno
Expansion
Rocket Gang Strikes Back · PCG
Language
Japanese
TCGplayer
613129

Attacks

Split Spiral Punch 20
Colorless · Colorless

Flip a coin. If heads, the Defending Pokémon is now Confused.

Tackle 50
Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/pcg3_ja-6vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg3_ja-6vh",
    "name": "Ledian",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/6vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/6vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/6vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg3_ja",
      "name": "Rocket Gang Strikes Back",
      "total": 85,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 84,
      "release_date": "2004/10/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rocket Gang Strikes Back"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613129",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/6vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/6vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/6vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Powder Protection",
        "text": "Any damage done to Ledian by attacks from Pokémon that has an owner in its name is reduced by 40.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Split Spiral Punch",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tackle",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 2.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.64
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 51.69,
          "low": 62,
          "high": 62,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 205.18,
          "low": 338,
          "high": 338,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-17T22:33:15.415Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}