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

← Paldea Evolved
Talonflame

Talonflame

Uncommon #30 Pokémon Stage 2 HP 150
Types
Fire
Illustrator
Nisota Niso
Expansion
Paldea Evolved · Scarlet & Violet
Language
English
TCGplayer
497442

Attacks

Clutch 50
Fire

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

Fiery Breeze 70
Fire

If this Pokémon has any damage counters on it, this attack does 90 more damage.

GET /api/v1/pokemon/cards/sv2-30?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2-30",
    "name": "Talonflame",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/30.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/30.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/30.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2",
      "name": "Paldea Evolved",
      "total": 279,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAL",
      "printed_total": 193,
      "release_date": "2023/06/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "497442",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/30.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/30.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/30.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Clutch",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "50"
      },
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Fiery Breeze",
        "text": "If this Pokémon has any damage counters on it, this attack does 90 more damage.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Nisota Niso",
    "pricing": {
      "currency": "USD",
      "market": 0.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.12
        },
        {
          "condition": "LP",
          "price": 0.07
        },
        {
          "condition": "MP",
          "price": 0.02
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:32:55.520Z",
      "trend_7d": {
        "direction": "down",
        "percent": -14.29
      }
    }
  }
}