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

← Cosmic Eclipse
Flareon

Flareon

Uncommon #25 Pokémon Stage 1 HP 110
Types
Fire
Illustrator
AKIRA EGAWA
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201197

Attacks

Flamethrower 90
Fire · Colorless · Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/sm12-25?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-25",
    "name": "Flareon",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/25.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/25.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/25.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201197",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/25.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/25.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/25.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Power Cheer",
        "text": "The attacks of your Pokémon-GX in play that evolve from Eevee do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance). You can't apply more than 1 Power Cheer Ability at a time.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Flamethrower",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 0.88,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.88
        },
        {
          "condition": "MP",
          "price": 0.79
        },
        {
          "condition": "DMG",
          "price": 0.65
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "8",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 47.75,
          "low": 38.5,
          "high": 60,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 14,
          "high": 15.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:47:33.866Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.26
      }
    }
  }
}