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

← Ruler of the Black Flame
Darkrai

Darkrai

Rare #74 Pokémon Basic HP 130
Types
Darkness
Illustrator
Bun Toujo
Expansion
Ruler of the Black Flame · Scarlet & Violet
Language
Japanese
TCGplayer
567028

Attacks

Dark Slumber 20
Darkness

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

Night Cyclone 120
Darkness · Darkness · Colorless

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

GET /api/v1/pokemon/cards/sv3_ja-74vh?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3_ja-74vh",
    "name": "Darkrai",
    "number": "74",
    "printed_number": "74",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/74vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/74vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/74vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3_ja",
      "name": "Ruler of the Black Flame",
      "total": 141,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV3",
      "printed_total": 108,
      "release_date": "2023/07/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ruler of the Black Flame"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567028",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/74vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/74vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/74vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Dark Slumber",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "20"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "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": "Rare",
    "artist": "Bun Toujo",
    "pricing": {
      "currency": "USD",
      "market": 0.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.59
        },
        {
          "condition": "LP",
          "price": 0.55
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 60,
          "low": 12.5,
          "high": 60,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9.43,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:22:52.886Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.23
      }
    }
  }
}