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

← Skyridge
Ledyba

Ledyba

Common #72 Pokémon Basic HP 40
Types
Grass
Illustrator
Masako Yamashita
Expansion
Skyridge · E-Card
Language
English
TCGplayer
86701

Attacks

Teary Eyes
Colorless

During your opponent's next turn, any damage done to Ledyba by attacks is reduced by 20.

Quick Turn 10
Grass

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

GET /api/v1/pokemon/cards/ecard3-72?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard3-72",
    "name": "Ledyba",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/72.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/72.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/72.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard3",
      "name": "Skyridge",
      "total": 182,
      "language": "English",
      "language_code": "en",
      "series": "E-Card",
      "code": "SK",
      "printed_total": 144,
      "release_date": "2003/05/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86701",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/72.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/72.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/72.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Teary Eyes",
        "text": "During your opponent's next turn, any damage done to Ledyba by attacks is reduced by 20."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Turn",
        "text": "Flip 2 coins. This attack does 10 damage times the number of heads.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Masako Yamashita",
    "pricing": {
      "currency": "USD",
      "market": 22.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 22.99
        },
        {
          "condition": "LP",
          "price": 15.38
        },
        {
          "condition": "MP",
          "price": 14.14
        },
        {
          "condition": "HP",
          "price": 5.36
        },
        {
          "condition": "DMG",
          "price": 4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 14.75,
          "low": 12.54,
          "high": 16.96,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 33.5,
          "low": 28.48,
          "high": 38.53,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 72.53,
          "low": 44.13,
          "high": 151.57,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:47:10.710Z",
      "trend_7d": {
        "direction": "up",
        "percent": 32.28
      }
    }
  }
}