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

← Explosive Walker
Talonflame

Talonflame

Non #15 Pokémon Stage 2 HP 140
Types
Fire
Illustrator
kawayoo
Expansion
Explosive Walker · Sword & Shield
Language
Japanese
TCGplayer
570288

Attacks

Mach Flight 120
Fire · Colorless · Colorless

During your opponent's next turn, the Defending Pokémon can't retreat.

GET /api/v1/pokemon/cards/swsh2a_ja-15?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2a_ja-15",
    "name": "Talonflame",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/15.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/15.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/15.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2a_ja",
      "name": "Explosive Walker",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S2a",
      "printed_total": 70,
      "release_date": "2020/04/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Explosive Walker"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570288",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/15.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/15.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2a_ja/15.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Scorching Feathers",
        "text": "If this Pokémon is in the Active Spot and is damaged by an attack from your opponent's Pokémon (even if this Pokémon is Knocked Out), the Attacking Pokémon is now Burned.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Mach Flight",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:32:22.263Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}