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

← Mega Evolution
Cinderace

Cinderace

Rare #28 Pokémon Stage 2 HP 160
Types
Fire
Illustrator
REND
Expansion
Mega Evolution · Mega Evolution
Language
English
TCGplayer
654367

Attacks

Turbo Flare 50
Colorless

Search your deck for up to 3 Basic Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck.

GET /api/v1/pokemon/cards/me1-28vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me1-28vh",
    "name": "Cinderace",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/28vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/28vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/28vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me1",
      "name": "Mega Evolution",
      "total": 188,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEG",
      "printed_total": 132,
      "release_date": "2025/09/26",
      "logo": "https://images.scrydex.com/pokemon/me1-logo/logo",
      "symbol": "https://images.scrydex.com/pokemon/me1-symbol/symbol"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "654367",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/28vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/28vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/28vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Explosiveness",
        "text": "If this Pokémon is in your hand when you are setting up to play, you may put it face down in the Active Spot.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Turbo Flare",
        "text": "Search your deck for up to 3 Basic Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "REND",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        },
        {
          "condition": "LP",
          "price": 0.18
        },
        {
          "condition": "MP",
          "price": 0.13
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 2.81,
          "low": 2.39,
          "high": 3.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 45.01,
          "low": 38.26,
          "high": 51.76,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.52,
          "low": 8.09,
          "high": 10.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "6.5",
          "value": 1,
          "low": 1,
          "high": 1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:28:19.868Z",
      "trend_7d": {
        "direction": "up",
        "percent": 21.74
      }
    }
  }
}