Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Gem Pack Vol. 3
Darkrai

Darkrai

Double Rare #1006/07 Pokémon Basic HP 130
Types
Darkness
Illustrator
Bun Toujo
Expansion
Gem Pack Vol. 3 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Dark Slumber 20
Colorless

Your opponent's Active Pokémon is now Asleep.

Night Cyclone 120
Colorless · Colorless · Colorless

Move all Energy from this Pokémon to your Benched Pokémon in any way you like.

GET /api/v1/pokemon/cards/gem3-1006vh?include=prices 200 59ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem3-1006vh",
    "name": "Darkrai",
    "number": "1006/07",
    "printed_number": "1006/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1006vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1006vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1006vh.large.webp"
      }
    ],
    "expansion": {
      "id": "gem3",
      "name": "Gem Pack Vol. 3",
      "total": 136,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 136,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem3.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 3"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1006vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1006vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-1006vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Dark Slumber",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Night Cyclone",
        "text": "Move all Energy from this Pokémon to your Benched Pokémon in any way you like.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Bun Toujo",
    "pricing": {
      "currency": "USD",
      "market": 2.03,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 53,
          "low": 52.75,
          "high": 53.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 24.5,
          "low": 24.25,
          "high": 24.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40.67,
          "low": 40.44,
          "high": 41.31,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.3,
          "low": 13.21,
          "high": 13.46,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 15,
          "low": 14.5,
          "high": 15,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 24.5,
          "low": 24.25,
          "high": 24.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T11:46:11.688Z",
      "trend_7d": {
        "direction": "down",
        "percent": -13.98
      }
    }
  }
}