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

← The Best of XY
Flareon

Flareon

Common #10 Pokémon Stage 1 HP 90
Types
Fire
Illustrator
sui
Expansion
The Best of XY · XY
Language
Japanese
TCGplayer
598775

Attacks

Heat Breath 60+
Fire · Colorless · Colorless

Flip a coin. If heads, this attack does 20 more damage.

GET /api/v1/pokemon/cards/xy_ja-10?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy_ja-10",
    "name": "Flareon",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/10.large.webp"
      }
    ],
    "expansion": {
      "id": "xy_ja",
      "name": "The Best of XY",
      "total": 188,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY",
      "printed_total": 171,
      "release_date": "2017/04/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.symbol.png",
      "translation": {
        "en": {
          "name": "The Best of XY"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "598775",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Flare Effect",
        "text": "Each of your Stage 1 Pokémon in play is now a Fire Pokémon in addition to its existing types.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Heat Breath",
        "text": "Flip a coin. If heads, this attack does 20 more damage.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 4.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.52
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 49.73,
          "low": 49.19,
          "high": 74.68,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 8
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 44.5,
          "low": 23,
          "high": 64,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 20.5,
          "low": 20.5,
          "high": 20.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:03:31.772Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.61
      }
    }
  }
}