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

← Secret of the Lakes
Tyranitar

Tyranitar

Rare Holo #298 Pokémon Stage 2 HP 140
Types
Darkness
Illustrator
Masakazu Fukuda
Expansion
Secret of the Lakes · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Payback 40+
Darkness · Colorless

If your opponent has only 1 Prize card left, this attack does 40 damage plus 40 more damage and discard the top 3 cards from your opponent's deck.

Ground Burn 80+
Fighting · Fighting · Darkness · Darkness

Each player discards the top card of his or her deck. This attack does 80 damage plus 20 more damage for each Energy card discarded in this way.

GET /api/v1/pokemon/cards/dp2_ja-298vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2_ja-298vh",
    "name": "Tyranitar",
    "number": "298",
    "printed_number": "298",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-298vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-298vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-298vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2_ja",
      "name": "Secret of the Lakes",
      "total": 123,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP2",
      "printed_total": 123,
      "release_date": "2007/03/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Secret of the Lakes"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-298vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-298vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2_ja-298vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Payback",
        "text": "If your opponent has only 1 Prize card left, this attack does 40 damage plus 40 more damage and discard the top 3 cards from your opponent's deck.",
        "damage": "40+"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 4,
        "name": "Ground Burn",
        "text": "Each player discards the top card of his or her deck. This attack does 80 damage plus 20 more damage for each Energy card discarded in this way.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 34.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 34.05
        },
        {
          "condition": "LP",
          "price": 30
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 43,
          "low": 36.55,
          "high": 49.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 80,
          "low": 68,
          "high": 92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 83,
          "low": 81,
          "high": 85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 8
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 55.14,
          "low": 67.28,
          "high": 70.59,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 7
        }
      ],
      "market_updated_at": "2026-09-22T03:46:43.732Z",
      "trend_7d": {
        "direction": "down",
        "percent": -31.63
      }
    }
  }
}