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

← Lost Thunder
Beautifly

Beautifly

Rare #26 Pokémon Stage 2 HP 130
Types
Grass
Illustrator
0313
Expansion
Lost Thunder · Sun & Moon
Language
English
TCGplayer
178827

Attacks

Skill Dive
Colorless

This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Butterfly Edge 30
Grass

If your opponent's Pokémon is Knocked Out by damage from this attack, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.

GET /api/v1/pokemon/cards/sm8-26?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8-26",
    "name": "Beautifly",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/26.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8",
      "name": "Lost Thunder",
      "total": 240,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "LOT",
      "printed_total": 214,
      "release_date": "2018/11/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "178827",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Skill Dive",
        "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Butterfly Edge",
        "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "0313",
    "pricing": {
      "currency": "USD",
      "market": 0.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.65
        },
        {
          "condition": "LP",
          "price": 0.49
        },
        {
          "condition": "MP",
          "price": 0.35
        },
        {
          "condition": "HP",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:30:21.808Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}