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

← Diamond & Pearl
Lopunny

Lopunny

Rare #30 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
Diamond & Pearl · Diamond & Pearl
Language
English
TCGplayer
86823

Attacks

Healing Wish
Colorless

Flip a coin until you get tails. Remove a number of damage counters equal to the number of heads from 1 of your Pokémon.

Flop 30
Colorless · Colorless · Colorless

Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) You may switch Lopunny with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/dp1-30vrh?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp1-30vrh",
    "name": "Lopunny",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/30vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/30vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/30vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp1",
      "name": "Diamond & Pearl",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "DP",
      "printed_total": 130,
      "release_date": "2007/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86823",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/30vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/30vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/30vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Healing Wish",
        "text": "Flip a coin until you get tails. Remove a number of damage counters equal to the number of heads from 1 of your Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Flop",
        "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) You may switch Lopunny with 1 of your Benched Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 9.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.96
        },
        {
          "condition": "LP",
          "price": 6.3
        },
        {
          "condition": "MP",
          "price": 3.04
        },
        {
          "condition": "HP",
          "price": 1.15
        },
        {
          "condition": "DMG",
          "price": 1.04
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 51.5,
          "low": 43.78,
          "high": 59.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:58:35.862Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}