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

← Rulers of the Heavens
Torkoal

Torkoal

Rare Holo #10 Pokémon Basic HP 80
Types
Fire
Illustrator
Kagemaru Himeno
Expansion
Rulers of the Heavens · ADV
Language
Japanese
TCGplayer
612987

Attacks

Power Generation
Colorless

Search your discard pile for up to 2 basic Energy cards, show them to your opponent, and put them into your hand.

Scorching Smoke
Fire

The Defending Pokémon is now Burned. Flip a coin. If tails, discard a Fire Energy card attached to Torkoal.

GET /api/v1/pokemon/cards/adv3_ja-10vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv3_ja-10vh",
    "name": "Torkoal",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/10vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/10vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/10vh.large.webp"
      }
    ],
    "expansion": {
      "id": "adv3_ja",
      "name": "Rulers of the Heavens",
      "total": 54,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 54,
      "release_date": "2003/06/25",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rulers of the Heavens"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612987",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/10vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/10vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/10vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Power Generation",
        "text": "Search your discard pile for up to 2 basic Energy cards, show them to your opponent, and put them into your hand."
      },
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Scorching Smoke",
        "text": "The Defending Pokémon is now Burned. Flip a coin. If tails, discard a Fire Energy card attached to Torkoal."
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 6.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.99
        },
        {
          "condition": "MP",
          "price": 5.09
        },
        {
          "condition": "DMG",
          "price": 4.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 26.5,
          "low": 22.53,
          "high": 30.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 69.25,
          "low": 66.38,
          "high": 80,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 57.5,
          "low": 23.76,
          "high": 84.59,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-17T03:51:38.782Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}