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

← Burning Shadows
Darkrai-GX

Darkrai-GX

Rare Holo GX #88a Pokémon BasicGX HP 180
Types
Darkness
Illustrator
PLANETA
Expansion
Burning Shadows · Sun & Moon
Language
English
TCGplayer
138578

Attacks

Dark Cleave 130
Darkness · Darkness · Colorless

This attack's damage isn't affected by Resistance.

Dead End-GX
Darkness · Darkness · Colorless

If your opponent's Active Pokémon is affected by a Special Condition, that Pokémon is Knocked Out. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm3-88a?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3-88a",
    "name": "Darkrai-GX",
    "number": "88a",
    "printed_number": "88a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/88a.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/88a.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/88a.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3",
      "name": "Burning Shadows",
      "total": 177,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "BUS",
      "printed_total": 147,
      "release_date": "2017/08/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "138578",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/88a.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/88a.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/88a.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "180",
    "abilities": [
      {
        "name": "Restoration",
        "text": "Once during your turn (before your attack), if this Pokémon is in your discard pile, you may put it onto your Bench. Then, attach a Darkness Energy card from your discard pile to this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dark Cleave",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "130"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dead End-GX",
        "text": "If your opponent's Active Pokémon is affected by a Special Condition, that Pokémon is Knocked Out. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo GX",
    "artist": "PLANETA",
    "pricing": {
      "currency": "USD",
      "market": 22.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 22.32
        },
        {
          "condition": "LP",
          "price": 12.94
        },
        {
          "condition": "MP",
          "price": 8.15
        },
        {
          "condition": "HP",
          "price": 5.05
        },
        {
          "condition": "DMG",
          "price": 4.18
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 370,
          "low": 365,
          "high": 375,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 45,
          "low": 43.75,
          "high": 46.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 108,
          "low": 91.8,
          "high": 124.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:47:31.121Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.27
      }
    }
  }
}