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

← Destined Rivals
Ethan's Quilava (Play Pokemon Stamp)

Ethan's Quilava (Play Pokemon Stamp)

Common #33 Pokémon Stage 1 HP 100
Types
Fire
Illustrator
Souichirou Gunjima
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
671551

Attacks

Combustion 40
Fire
GET /api/v1/pokemon/cards/sv10-33vpp?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-33vpp",
    "name": "Ethan's Quilava (Play Pokemon Stamp)",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-33vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-33vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-33vpp.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "671551",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-33vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-33vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10-33vpp.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Bonded by the Journey",
        "text": "Once during your turn, you may search your deck for an Ethan's Adventure card, reveal it, and put it into your hand. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Combustion",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Souichirou Gunjima",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:35:20.355Z",
      "trend_7d": {
        "direction": "down",
        "percent": -10.53
      }
    }
  }
}