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

← Silver Tempest
Talonflame

Talonflame

Rare #29 Pokémon Stage 2 HP 140
Types
Fire
Illustrator
KEIICHIRO ITO
Expansion
Silver Tempest · Sword & Shield
Language
English
TCGplayer
451660

Attacks

Quick Dive
Fire

This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Merciless Strike 80
Fire

If your opponent's Active Pokémon already has any damage counters on it, this attack does 80 more damage.

GET /api/v1/pokemon/cards/swsh12-29?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12-29",
    "name": "Talonflame",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/29.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/29.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/29.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12",
      "name": "Silver Tempest",
      "total": 215,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SIT",
      "printed_total": 195,
      "release_date": "2022/11/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "451660",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/29.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/29.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/29.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Dive",
        "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Merciless Strike",
        "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 80 more damage.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "KEIICHIRO ITO",
    "pricing": {
      "currency": "USD",
      "market": 0.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.18
        },
        {
          "condition": "MP",
          "price": 0.09
        },
        {
          "condition": "HP",
          "price": 0.05
        },
        {
          "condition": "DMG",
          "price": 0.03
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:01:10.483Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.26
      }
    }
  }
}