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

← Sword & Shield
Torkoal V

Torkoal V

Rare Ultra #188 Pokémon BasicV HP 210
Types
Fire
Illustrator
Ayaka Yoshida
Expansion
Sword & Shield · Sword & Shield
Language
English
TCGplayer
208410

Attacks

Combustion Pillar 90
Fire · Fire · Colorless

Discard the top card of your deck. If that card is a Fire Energy card, this attack does 90 more damage.

Steam Crush 120
Fire · Fire · Fire · Colorless

Discard 2 Energy from your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/swsh1-188vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1-188vh",
    "name": "Torkoal V",
    "number": "188",
    "printed_number": "188",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/188vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/188vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/188vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1",
      "name": "Sword & Shield",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SSH",
      "printed_total": 202,
      "release_date": "2020/02/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "208410",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/188vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/188vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/188vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Fire"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Combustion Pillar",
        "text": "Discard the top card of your deck. If that card is a Fire Energy card, this attack does 90 more damage.",
        "damage": "90"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Steam Crush",
        "text": "Discard 2 Energy from your opponent's Active Pokémon.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 5.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.02
        },
        {
          "condition": "LP",
          "price": 4.35
        },
        {
          "condition": "MP",
          "price": 3.86
        },
        {
          "condition": "HP",
          "price": 2.08
        },
        {
          "condition": "DMG",
          "price": 2.24
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.6,
          "low": 11,
          "high": 11,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 3.25,
          "low": 2.12,
          "high": 3.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 138.88,
          "low": 89.3,
          "high": 139.77,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.83,
          "low": 22.99,
          "high": 22.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 6.93,
          "low": 5.89,
          "high": 7.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:14:03.757Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.4
      }
    }
  }
}