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

← Ultra Prism
Garchomp

Garchomp

Rare #99 Pokémon Stage 2 HP 150
Types
Dragon
Illustrator
Megumi Mizutani
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
157716

Attacks

Quick Dive
Colorless · Colorless

This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Royal Blades 100
Fighting · Colorless · Colorless

If you played Cynthia from your hand during this turn, this attack does 100 more damage.

GET /api/v1/pokemon/cards/sm5-99vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-99vrh",
    "name": "Garchomp",
    "number": "99",
    "printed_number": "99",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/99vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/99vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/99vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5",
      "name": "Ultra Prism",
      "total": 178,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UPR",
      "printed_total": 156,
      "release_date": "2018/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "157716",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/99vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/99vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/99vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Quick Dive",
        "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Royal Blades",
        "text": "If you played Cynthia from your hand during this turn, this attack does 100 more damage.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 4.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.35
        },
        {
          "condition": "LP",
          "price": 2.71
        },
        {
          "condition": "MP",
          "price": 1.92
        },
        {
          "condition": "HP",
          "price": 1.14
        },
        {
          "condition": "DMG",
          "price": 1.21
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 88.5,
          "low": 75.22,
          "high": 101.78,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 23.75,
          "low": 21.5,
          "high": 23.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.17,
          "low": 12.89,
          "high": 17.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:26:03.595Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.59
      }
    }
  }
}