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

← BREAKthrough
Floette

Floette

Uncommon #102 Pokémon Stage 1 HP 70
Types
Fairy
Illustrator
Midori Harada
Expansion
BREAKthrough · XY
Language
English
TCGplayer
107221

Attacks

Aromatherapy
Fairy

Heal 30 damage from each of your Pokémon.

Magical Leaf 20
Fairy · Fairy

Flip a coin. If heads, this attack does 20 more damage and heal 20 damage from this Pokémon.

GET /api/v1/pokemon/cards/xy8-102vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8-102vrh",
    "name": "Floette",
    "number": "102",
    "printed_number": "102",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/102vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/102vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/102vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8",
      "name": "BREAKthrough",
      "total": 165,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKT",
      "printed_total": 162,
      "release_date": "2015/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "107221",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/102vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/102vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/102vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Aromatherapy",
        "text": "Heal 30 damage from each of your Pokémon."
      },
      {
        "cost": [
          "Fairy",
          "Fairy"
        ],
        "converted_energy_cost": 2,
        "name": "Magical Leaf",
        "text": "Flip a coin. If heads, this attack does 20 more damage and heal 20 damage from this Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 1.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.4
        },
        {
          "condition": "LP",
          "price": 0.89
        },
        {
          "condition": "MP",
          "price": 0.61
        },
        {
          "condition": "HP",
          "price": 0.3
        },
        {
          "condition": "DMG",
          "price": 0.33
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:49:47.264Z",
      "trend_7d": {
        "direction": "up",
        "percent": 13.82
      }
    }
  }
}