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
Tyrantrum

Tyrantrum

Rare #62 Pokémon Stage 1 HP 150
Types
Fighting
Illustrator
5ban Graphics
Expansion
Furious Fists · XY
Language
English
TCGplayer
92239

Attacks

Chew Up 60
Fighting · Colorless · Colorless

If your opponent's Active Pokémon has any Special Energy attached to it, this attack does 90 more damage.

Giga Impact 150
Fighting · Fighting · Colorless · Colorless

This Pokémon can't attack during your next turn.

GET /api/v1/pokemon/cards/xy3-62?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-62",
    "name": "Tyrantrum",
    "number": "62",
    "printed_number": "62",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/62.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/62.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/62.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": "92239",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/62.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/62.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/62.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Chew Up",
        "text": "If your opponent's Active Pokémon has any Special Energy attached to it, this attack does 90 more damage.",
        "damage": "60"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Giga Impact",
        "text": "This Pokémon can't attack during your next turn.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 7.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.8
        },
        {
          "condition": "LP",
          "price": 5.04
        },
        {
          "condition": "MP",
          "price": 5.28
        },
        {
          "condition": "HP",
          "price": 3.53
        },
        {
          "condition": "DMG",
          "price": 3.43
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:39:13.477Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.03
      }
    }
  }
}