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

← Dark Explorers
Flareon (Staff Stamp)

Flareon (Staff Stamp)

Uncommon #12 Pokémon Stage 1 HP 90
Types
Fire
Illustrator
Suwama Chiaki
Expansion
Dark Explorers · Black & White
Language
English
TCGplayer
211992

Attacks

Sand-Attack 20
Colorless

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.

Fire Slash 60+
Fire · Colorless · Colorless

You may discard a Fire Energy attached to this Pokémon. If you do, this attack does 30 more damage.

GET /api/v1/pokemon/cards/bw5-12vs?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5-12vs",
    "name": "Flareon (Staff Stamp)",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw5/bw5-12vs.small.jpeg?v=1777696749759",
        "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw5/bw5-12vs.small.jpeg?v=1777696749759",
        "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw5/bw5-12vs.small.jpeg?v=1777696749759"
      }
    ],
    "expansion": {
      "id": "bw5",
      "name": "Dark Explorers",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DEX",
      "printed_total": 108,
      "release_date": "2012/05/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "211992",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw5/bw5-12vs.small.jpeg?v=1777696749759",
            "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw5/bw5-12vs.small.jpeg?v=1777696749759",
            "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/bw5/bw5-12vs.small.jpeg?v=1777696749759"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sand-Attack",
        "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fire Slash",
        "text": "You may discard a Fire Energy attached to this Pokémon. If you do, this attack does 30 more damage.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 500,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 500
        },
        {
          "condition": "LP",
          "price": 400
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 712,
          "low": 605.2,
          "high": 818.8,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 350,
          "low": 297.5,
          "high": 402.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:25:34.444Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}