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

← Guardians Rising
Talonflame

Talonflame

Rare #111 Pokémon Stage 2 HP 130
Types
Colorless
Illustrator
Shin Nagasawa
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
131029

Attacks

Flame Charge 30
Colorless

Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck.

Loop-the-Loop 90
Colorless · Colorless

Put all Energy attached to this Pokémon into your hand.

GET /api/v1/pokemon/cards/sm2-111vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-111vrh",
    "name": "Talonflame",
    "number": "111",
    "printed_number": "111",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/111vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/111vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/111vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "131029",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/111vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/111vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/111vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Flame Charge",
        "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Loop-the-Loop",
        "text": "Put all Energy attached to this Pokémon into your hand.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.44,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.44
        },
        {
          "condition": "LP",
          "price": 0.36
        },
        {
          "condition": "MP",
          "price": 0.25
        },
        {
          "condition": "HP",
          "price": 0.16
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 80,
          "low": 68,
          "high": 92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:18:34.787Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.76
      }
    }
  }
}