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

← Dragons Exalted
Beautifly

Beautifly

Rare #8 Pokémon Stage 2 HP 120
Types
Grass
Illustrator
Akira Komayama
Expansion
Dragons Exalted · Black & White
Language
English
TCGplayer
83760

Attacks

Triple Energy
Grass

Search your deck for 3 different types of basic Energy cards and attach them to your Pokémon in any way you like. Shuffle your deck afterward.

Drainpour 40
Grass · Colorless · Colorless

Heal 40 damage from each of your Benched Pokémon.

GET /api/v1/pokemon/cards/bw6-8?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6-8",
    "name": "Beautifly",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/8.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/8.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/8.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6",
      "name": "Dragons Exalted",
      "total": 128,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DRX",
      "printed_total": 124,
      "release_date": "2012/08/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83760",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/8.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/8.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/8.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Triple Energy",
        "text": "Search your deck for 3 different types of basic Energy cards and attach them to your Pokémon in any way you like. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Drainpour",
        "text": "Heal 40 damage from each of your Benched Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 1.08,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.08
        },
        {
          "condition": "LP",
          "price": 0.96
        },
        {
          "condition": "MP",
          "price": 0.61
        },
        {
          "condition": "HP",
          "price": 0.3
        },
        {
          "condition": "DMG",
          "price": 0.82
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 3.4,
          "low": 2.89,
          "high": 3.91,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:21:06.790Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}