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

← Dream League
Torkoal

Torkoal

Character Rare #50 Pokémon Basic HP 110
Types
Fire
Illustrator
Ryota Murayama
Expansion
Dream League · Sun & Moon
Language
Japanese
TCGplayer
574941

Attacks

Fire Fling
Fire

Put 4 Fire Energy cards from your discard pile into your hand.

Kindle 100
Fire · Fire · Fire

Discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sm11b_ja-50vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11b_ja-50vh",
    "name": "Torkoal",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/50vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/50vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/50vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11b_ja",
      "name": "Dream League",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM11b",
      "printed_total": 49,
      "release_date": "2019/08/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dream League"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574941",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/50vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/50vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/50vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Fire Fling",
        "text": "Put 4 Fire Energy cards from your discard pile into your hand."
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 3,
        "name": "Kindle",
        "text": "Discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Character Rare",
    "artist": "Ryota Murayama",
    "pricing": {
      "currency": "USD",
      "market": 7.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.75
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 43.75,
          "low": 22.5,
          "high": 768,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 32.5,
          "low": 25,
          "high": 34.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 17,
          "low": 15.4,
          "high": 19.39,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 17.11,
          "low": 9.54,
          "high": 25.84,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 44.52,
          "low": 37.27,
          "high": 61.07,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 14,
          "trend": {
            "direction": "down",
            "percent": -11
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.13,
          "low": 13.5,
          "high": 13.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 69.99,
          "low": 69.99,
          "high": 69.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:31:31.261Z",
      "trend_7d": {
        "direction": "down",
        "percent": -45.42
      }
    }
  }
}