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 Black Star Promos
Tyranitar (Staff Stamp)

Tyranitar (Staff Stamp)

Promo #XY130 Pokémon Stage 2 HP 160
Types
Darkness
Illustrator
Satoshi Shirai
Expansion
XY Black Star Promos · XY
Language
English
TCGplayer
118870

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 discard in this way.

GET /api/v1/pokemon/cards/xyp-XY130vs?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp-XY130vs",
    "name": "Tyranitar (Staff Stamp)",
    "number": "XY130",
    "printed_number": "XY130",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xyp/xyp-XY130vs.small.jpeg?v=1777696588054",
        "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xyp/xyp-XY130vs.small.jpeg?v=1777696588054",
        "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xyp/xyp-XY130vs.small.jpeg?v=1777696588054"
      }
    ],
    "expansion": {
      "id": "xyp",
      "name": "XY Black Star Promos",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PR-XY",
      "printed_total": 211,
      "release_date": "2013/10/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "118870",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xyp/xyp-XY130vs.small.jpeg?v=1777696588054",
            "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xyp/xyp-XY130vs.small.jpeg?v=1777696588054",
            "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xyp/xyp-XY130vs.small.jpeg?v=1777696588054"
          }
        ]
      }
    ],
    "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 discard in this way.",
        "damage": "150+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 382.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 382.5
        },
        {
          "condition": "LP",
          "price": 35.4
        },
        {
          "condition": "MP",
          "price": 17.95
        },
        {
          "condition": "HP",
          "price": 20
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 129.99,
          "low": 110.49,
          "high": 149.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 160,
          "low": 136,
          "high": 184,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 168,
          "low": 142.8,
          "high": 193.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T11:34:42.761Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}