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

← Phantom Gate
Florges-EX

Florges-EX

Double Rare #60 Pokémon BasicEX HP 160
Types
Fairy
Illustrator
Eske Yoshinob
Expansion
Phantom Gate · XY
Language
Japanese
TCGplayer
603566

Attacks

Lead
Fairy

Search your deck for a Supporter card, reveal it, and put it into your hand. Shuffle your deck afterward.

Bright Garden 20×
Fairy · Colorless

This attack does 20 damage times the number of Grass Pokémon and Fairy Pokémon you have in play.

GET /api/v1/pokemon/cards/xy4_ja-60vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy4_ja-60vh",
    "name": "Florges-EX",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/60vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/60vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/60vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy4_ja",
      "name": "Phantom Gate",
      "total": 97,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY4",
      "printed_total": 88,
      "release_date": "2014/09/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Phantom Gate"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603566",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/60vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/60vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/60vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Lead",
        "text": "Search your deck for a Supporter card, reveal it, and put it into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bright Garden",
        "text": "This attack does 20 damage times the number of Grass Pokémon and Fairy Pokémon you have in play.",
        "damage": "20×"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 4.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.49
        },
        {
          "condition": "LP",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 33.75,
          "low": 28,
          "high": 39.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-11T16:12:29.411Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}