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

← Forbidden Light
Floette

Floette

Uncommon #85 Pokémon Stage 1 HP 70
Types
Fairy
Illustrator
Mina Nakai
Expansion
Forbidden Light · Sun & Moon
Language
English
TCGplayer
165743

Attacks

Swirling Petals
Fairy

Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. If you do, switch this Pokémon with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/sm6-85?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6-85",
    "name": "Floette",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/85.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/85.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/85.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6",
      "name": "Forbidden Light",
      "total": 150,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "FLI",
      "printed_total": 131,
      "release_date": "2018/05/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "165743",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/85.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/85.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/85.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Swirling Petals",
        "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. If you do, switch this Pokémon with 1 of your Benched Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Mina Nakai",
    "pricing": {
      "currency": "USD",
      "market": 0.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.54
        },
        {
          "condition": "LP",
          "price": 0.35
        },
        {
          "condition": "MP",
          "price": 0.26
        },
        {
          "condition": "HP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.28
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:18:42.165Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.89
      }
    }
  }
}