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
Beautifly

Beautifly

Rare #19 Pokémon Stage 2 HP 100
Types
Grass
Illustrator
Atsuko Nishida
Expansion
Diamond & Pearl · Diamond & Pearl
Language
English
TCGplayer
83758

Attacks

Whirlwind 30
Colorless · Colorless

Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.

Giga Drain 50
Grass · Grass · Colorless · Colorless

After your attack, remove from Beautifly the number of damage counters equal to the damage you did to the Defending Pokémon.

GET /api/v1/pokemon/cards/dp1-19?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp1-19",
    "name": "Beautifly",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/19.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/19.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/19.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": "83758",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/19.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/19.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/19.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Whirlwind",
        "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Giga Drain",
        "text": "After your attack, remove from Beautifly the number of damage counters equal to the damage you did to the Defending Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 1.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.45
        },
        {
          "condition": "LP",
          "price": 0.83
        },
        {
          "condition": "MP",
          "price": 0.59
        },
        {
          "condition": "HP",
          "price": 0.56
        },
        {
          "condition": "DMG",
          "price": 0.66
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 204.01,
          "low": 173.41,
          "high": 234.61,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33.5,
          "low": 28.48,
          "high": 38.53,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-23T03:07:48.789Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}