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

← Shining Fates
Cinderace

Cinderace

Rare Shiny #SV017 Pokémon Stage 2 HP 170
Types
Fire
Illustrator
Hitoshi Ariga
Expansion
Shining Fates · Sword & Shield
Language
English
TCGplayer
232365

Attacks

Flare Striker 190
Fire · Fire · Colorless

Discard 2 Energy from this Pokémon.

GET /api/v1/pokemon/cards/swsh45sv-SV017vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh45sv-SV017vh",
    "name": "Cinderace",
    "number": "SV017",
    "printed_number": "SV017",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV017vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV017vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV017vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh45",
      "name": "Shining Fates",
      "total": 73,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SHF",
      "printed_total": 72,
      "release_date": "2021/02/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh45.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh45.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "232365",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV017vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV017vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh45/swsh45sv-SV017vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Libero",
        "text": "Once during your turn, when this Pokémon moves from your Bench to the Active Spot, you may attach up to 2 Fire Energy cards from your discard pile to it.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Flare Striker",
        "text": "Discard 2 Energy from this Pokémon.",
        "damage": "190"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare Shiny",
    "artist": "Hitoshi Ariga",
    "pricing": {
      "currency": "USD",
      "market": 6.44,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.44
        },
        {
          "condition": "LP",
          "price": 5.54
        },
        {
          "condition": "MP",
          "price": 4.87
        },
        {
          "condition": "HP",
          "price": 3.7
        },
        {
          "condition": "DMG",
          "price": 1.75
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 5,
          "low": 4.5,
          "high": 5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 23.5,
          "high": 35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.03,
          "low": 14.99,
          "high": 14.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 37.5,
          "low": 31.88,
          "high": 43.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 60.89,
          "low": 51.76,
          "high": 70.02,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:39:09.707Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.16
      }
    }
  }
}