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
Flabébé

Flabébé

Common #101 Pokémon Basic HP 30
Types
Fairy
Illustrator
Kouki Saitou
Expansion
BREAKthrough · XY
Language
English
TCGplayer
107220

Attacks

Wish
Fairy

Flip a coin. If heads, search your deck for a card and put it into your hand. Shuffle your deck afterward.

GET /api/v1/pokemon/cards/xy8-101?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8-101",
    "name": "Flabébé",
    "number": "101",
    "printed_number": "101",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/101.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/101.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/101.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": "107220",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/101.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/101.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/101.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Wish",
        "text": "Flip a coin. If heads, search your deck for a card and put it into your hand. Shuffle your deck afterward."
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "LP",
          "price": 0.24
        },
        {
          "condition": "MP",
          "price": 0.2
        },
        {
          "condition": "HP",
          "price": 0.21
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:49:47.264Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8
      }
    }
  }
}