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

← Collection Sun
Torkoal

Torkoal

usually #11 Pokémon Basic HP 110
Types
Fire
Illustrator
sui
Expansion
Collection Sun · Sun & Moon
Language
Japanese
TCGplayer
573226

Attacks

Singe
Fire

Your opponent's Active Pokémon is now Burned.

Body Slam 50
Fire · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/sm1s_ja-11?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1s_ja-11",
    "name": "Torkoal",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/11.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1s_ja",
      "name": "Collection Sun",
      "total": 73,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM1S",
      "printed_total": 60,
      "release_date": "2016/12/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Collection Sun"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573226",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Singe",
        "text": "Your opponent's Active Pokémon is now Burned."
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Body Slam",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:59:54.522Z",
      "trend_7d": {
        "direction": "down",
        "percent": -34.02
      }
    }
  }
}