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

← XY
Braixen

Braixen

Uncommon #25 Pokémon Stage 1 HP 80
Types
Fire
Illustrator
5ban Graphics
Expansion
XY · XY
Language
English
TCGplayer
83948

Attacks

Clairvoyant Eye
Colorless

Look at the top 3 cards of your deck and put them back on top of your deck in any order.

Fire Tail Slap 40
Fire · Colorless

Discard a Fire Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xy1-25vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1-25vrh",
    "name": "Braixen",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/25vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/25vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/25vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1",
      "name": "XY",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "XY",
      "printed_total": 146,
      "release_date": "2014/02/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83948",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/25vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/25vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/25vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Clairvoyant Eye",
        "text": "Look at the top 3 cards of your deck and put them back on top of your deck in any order."
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fire Tail Slap",
        "text": "Discard a Fire Energy attached to this Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.33
        },
        {
          "condition": "LP",
          "price": 0.86
        },
        {
          "condition": "MP",
          "price": 0.43
        },
        {
          "condition": "DMG",
          "price": 0.9
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 348.5,
          "low": 343.3,
          "high": 353.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:05:54.667Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}