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

← Flashfire
Florges

Florges

Rare Holo #66 Pokémon Stage 2 HP 110
Types
Fairy
Illustrator
5ban Graphics
Expansion
Flashfire · XY
Language
English
TCGplayer
91203

Attacks

Brilliant Search
Colorless

Search your deck for up to 3 cards and put them into your hand. Shuffle your deck afterward.

Petal Blizzard
Fairy

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

GET /api/v1/pokemon/cards/xy2-66vrh?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2-66vrh",
    "name": "Florges",
    "number": "66",
    "printed_number": "66",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/66vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/66vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/66vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2",
      "name": "Flashfire",
      "total": 110,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FLF",
      "printed_total": 106,
      "release_date": "2014/05/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "91203",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/66vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/66vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/66vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Brilliant Search",
        "text": "Search your deck for up to 3 cards and put them into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Petal Blizzard",
        "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.83
        },
        {
          "condition": "LP",
          "price": 1.29
        },
        {
          "condition": "MP",
          "price": 1.07
        },
        {
          "condition": "HP",
          "price": 0.81
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11.72,
          "low": 16.26,
          "high": 16.26,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:37:40.580Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.39
      }
    }
  }
}