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
Floette

Floette

Rare #64 Pokémon Stage 1 HP 70
Types
Fairy
Illustrator
5ban Graphics
Expansion
Flashfire · XY
Language
English
TCGplayer
91201

Attacks

Fairy Wind 20
Fairy
GET /api/v1/pokemon/cards/xy2-64?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2-64",
    "name": "Floette",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/64.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/64.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/64.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": "91201",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/64.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/64.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/64.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Flower Veil",
        "text": "Each of your Grass Pokémon in play gets +20 HP.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Fairy Wind",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.76,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.76
        },
        {
          "condition": "MP",
          "price": 0.51
        },
        {
          "condition": "HP",
          "price": 0.41
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:37:40.580Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.3
      }
    }
  }
}