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

← Furious Fists
Tyrunt

Tyrunt

Uncommon #61 Pokémon Restored HP 90
Types
Fighting
Illustrator
5ban Graphics
Expansion
Furious Fists · XY
Language
English
TCGplayer
92238

Attacks

Gnaw 30
Fighting · Colorless
Crunch 50
Fighting · Colorless · Colorless

Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/xy3-61?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-61",
    "name": "Tyrunt",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/61.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/61.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/61.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3",
      "name": "Furious Fists",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FFI",
      "printed_total": 111,
      "release_date": "2014/08/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "92238",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/61.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/61.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/61.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Restored"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gnaw",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Crunch",
        "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.74
        },
        {
          "condition": "LP",
          "price": 1.43
        },
        {
          "condition": "MP",
          "price": 1.41
        },
        {
          "condition": "HP",
          "price": 1.08
        },
        {
          "condition": "DMG",
          "price": 0.91
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:39:13.477Z",
      "trend_7d": {
        "direction": "down",
        "percent": -10.46
      }
    }
  }
}