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

← POP Series 1
Beautifly

Beautifly

Uncommon #6 Pokémon Stage 2 HP 100
Types
Grass
Illustrator
Ken Sugimori
Expansion
POP Series 1 · POP
Language
English
TCGplayer
83756

Attacks

Blot 30
Grass · Colorless

Remove 1 damage counter from Beautifly.

Whirlwind 40
Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/pop1-6?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop1-6",
    "name": "Beautifly",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/6.large.webp"
      }
    ],
    "expansion": {
      "id": "pop1",
      "name": "POP Series 1",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2004/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83756",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Blot",
        "text": "Remove 1 damage counter from Beautifly.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Whirlwind",
        "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 11.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.57
        },
        {
          "condition": "LP",
          "price": 7.71
        },
        {
          "condition": "MP",
          "price": 5.64
        },
        {
          "condition": "HP",
          "price": 4.79
        },
        {
          "condition": "DMG",
          "price": 3.27
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 107.5,
          "low": 91.38,
          "high": 123.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 19.5,
          "low": 16.58,
          "high": 22.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 118.5,
          "low": 100.73,
          "high": 136.27,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 60.91,
          "low": 51.77,
          "high": 70.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.01,
          "low": 12.2,
          "high": 47.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T03:21:07.387Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.03
      }
    }
  }
}