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

← BREAKthrough
Quilava

Quilava

Uncommon #19 Pokémon Stage 1 HP 80
Types
Fire
Illustrator
Shin Nagasawa
Expansion
BREAKthrough · XY
Language
English
TCGplayer
107138

Attacks

Mini Eruption 30
Fire · Colorless

Discard the top card of your deck. If that card is an Energy card, this attack does 30 more damage.

GET /api/v1/pokemon/cards/xy8-19vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8-19vrh",
    "name": "Quilava",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/19vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/19vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/19vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8",
      "name": "BREAKthrough",
      "total": 165,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKT",
      "printed_total": 162,
      "release_date": "2015/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "107138",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/19vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/19vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/19vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mini Eruption",
        "text": "Discard the top card of your deck. If that card is an Energy card, this attack does 30 more damage.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 2.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.15
        },
        {
          "condition": "LP",
          "price": 0.89
        },
        {
          "condition": "MP",
          "price": 0.76
        },
        {
          "condition": "HP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 49.35,
          "low": 41.95,
          "high": 56.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:49:47.264Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.94
      }
    }
  }
}