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

← Great Encounters
Darkrai

Darkrai

Rare Holo #3 Pokémon Basic HP 70
Types
Darkness
Illustrator
Masakazu Fukuda
Expansion
Great Encounters · Diamond & Pearl
Language
English
TCGplayer
84698

Attacks

Reach Over

Search your deck for an Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.

Darkness Pursuit 50
Darkness · Darkness · Darkness

If the Defending Pokémon is Cresselia, this attack's base damage is 100.

GET /api/v1/pokemon/cards/dp4-3vrh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4-3vrh",
    "name": "Darkrai",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/3vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/3vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/3vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4",
      "name": "Great Encounters",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "GE",
      "printed_total": 106,
      "release_date": "2008/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84698",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/3vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/3vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/3vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Reach Over",
        "text": "Search your deck for an Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 3,
        "name": "Darkness Pursuit",
        "text": "If the Defending Pokémon is Cresselia, this attack's base damage is 100.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 22.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 22.3
        },
        {
          "condition": "MP",
          "price": 16.08
        },
        {
          "condition": "HP",
          "price": 8.23
        },
        {
          "condition": "DMG",
          "price": 4.87
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 250.5,
          "low": 81,
          "high": 350,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 420,
          "low": 121.5,
          "high": 1000,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20.5,
          "low": 20.5,
          "high": 27,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 62.05,
          "low": 100,
          "high": 100,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 92.18,
          "low": 142.5,
          "high": 142.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:36:01.519Z",
      "trend_7d": {
        "direction": "up",
        "percent": 11.5
      }
    }
  }
}