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

← Battle Partners
Tyranitar

Tyranitar

Rare #58 Pokémon Stage 2 HP 190
Types
Darkness
Illustrator
AKIRA EGAWA
Expansion
Battle Partners · Scarlet & Violet
Language
Japanese
TCGplayer
614909

Attacks

Cracking Stomp 150
Darkness · Colorless

Discard the top 2 cards of your opponent's deck.

GET /api/v1/pokemon/cards/sv9_ja-58vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9_ja-58vh",
    "name": "Tyranitar",
    "number": "58",
    "printed_number": "58",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/58vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/58vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/58vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9_ja",
      "name": "Battle Partners",
      "total": 132,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV9",
      "printed_total": 100,
      "release_date": "2025/01/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Battle Partners"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "614909",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/58vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/58vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/58vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "190",
    "abilities": [
      {
        "name": "Overpowering Gaze",
        "text": "As long as this Pokémon is in the Active Spot, your opponent can't play any Item cards from their hand.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Cracking Stomp",
        "text": "Discard the top 2 cards of your opponent's deck.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        },
        {
          "condition": "LP",
          "price": 0.18
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7.2,
          "low": 6.12,
          "high": 8.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 155,
          "low": 131.75,
          "high": 178.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:56:00.802Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.67
      }
    }
  }
}