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

← Legends Awakened
Torkoal

Torkoal

Rare #41 Pokémon Basic HP 80
Types
Fire
Illustrator
Midori Harada
Expansion
Legends Awakened · Diamond & Pearl
Language
English
TCGplayer
89970

Attacks

Black Soot 30
Fire · Colorless

Flip a coin. If heads, the Defending Pokémon is now Burned and Paralyzed.

GET /api/v1/pokemon/cards/dp6-41?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6-41",
    "name": "Torkoal",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/41.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/41.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/41.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6",
      "name": "Legends Awakened",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "LA",
      "printed_total": 146,
      "release_date": "2008/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89970",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/41.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/41.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/41.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "White Smoke",
        "text": "As long as Torkoal is your Active Pokémon, prevent all effects, including damage, done to your Benched Pokémon by your opponent's attacks.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Black Soot",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Burned and Paralyzed.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 2.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.39
        },
        {
          "condition": "LP",
          "price": 1.2
        },
        {
          "condition": "MP",
          "price": 1.17
        },
        {
          "condition": "HP",
          "price": 0.8
        },
        {
          "condition": "DMG",
          "price": 0.7
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:52:25.756Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.85
      }
    }
  }
}