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

← Forbidden Light
Tyrantrum

Tyrantrum

Rare Holo #69 Pokémon Stage 2 HP 160
Types
Fighting
Illustrator
hatachu
Expansion
Forbidden Light · Sun & Moon
Language
English
TCGplayer
165721

Attacks

Crunch 100
Fighting · Fighting · Colorless

Discard an Energy from your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sm6-69vh?include=prices 200 13ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6-69vh",
    "name": "Tyrantrum",
    "number": "69",
    "printed_number": "69",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/69vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/69vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/69vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6",
      "name": "Forbidden Light",
      "total": 150,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "FLI",
      "printed_total": 131,
      "release_date": "2018/05/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "165721",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/69vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/69vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/69vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Tyrannical Heart",
        "text": "As long as you don't have more Pokémon in play than your opponent, this Pokémon's attacks do 60 more damage (before applying Weakness and Resistance), and it takes 30 less damage from attacks (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Crunch",
        "text": "Discard an Energy from your opponent's Active Pokémon.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "hatachu",
    "pricing": {
      "currency": "USD",
      "market": 8.68,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.68
        },
        {
          "condition": "LP",
          "price": 7.99
        },
        {
          "condition": "MP",
          "price": 7.73
        },
        {
          "condition": "HP",
          "price": 7.25
        },
        {
          "condition": "DMG",
          "price": 2.8
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:18:42.165Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.59
      }
    }
  }
}