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

← XY Promos
Tyranitar

Tyranitar

Promo #287 Pokémon Stage 2 HP 160
Types
Darkness
Illustrator
Satoshi Shirai
Expansion
XY Promos · XY
Language
Japanese
TCGplayer

Attacks

Dark Mountain 150+
Darkness · Darkness · Darkness · Darkness · Darkness

Discard the top 2 cards of your deck. This attack does 50 more damage for each Supporter card discarded in this way.

GET /api/v1/pokemon/cards/xyp_ja-287?include=prices 200 33ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp_ja-287",
    "name": "Tyranitar",
    "number": "287",
    "printed_number": "287",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/287.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/287.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/287.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp_ja",
      "name": "XY Promos",
      "total": 299,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "printed_total": 299,
      "release_date": "2013/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "XY Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/287.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/287.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/287.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Raging Roar",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon, you may attach 1 Darkness Energy from your discard pile to this Pokémon for each Prize card your opponent has taken.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Darkness",
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 5,
        "name": "Dark Mountain",
        "text": "Discard the top 2 cards of your deck. This attack does 50 more damage for each Supporter card discarded in this way.",
        "damage": "150+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 32.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 32.22
        },
        {
          "condition": "LP",
          "price": 32
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 211.72,
          "low": 204.95,
          "high": 218.49,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 19.13,
          "low": 15.5,
          "high": 28.39,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36.31,
          "low": 26.25,
          "high": 40.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:47:57.605Z",
      "trend_7d": {
        "direction": "up",
        "percent": 69.58
      }
    }
  }
}