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

← Cold Flare
Dusknoir

Dusknoir

Rare #26 Pokémon Stage 2 HP 130
Types
Psychic
Illustrator
kawayoo
Expansion
Cold Flare · Black & White
Language
Japanese
TCGplayer
601645

Attacks

Shadow Punch 60
Psychic · Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/bw6c_ja-26vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6c_ja-26vh",
    "name": "Dusknoir",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/26vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/26vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/26vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6c_ja",
      "name": "Cold Flare",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW6",
      "printed_total": 59,
      "release_date": "2012/07/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cold Flare"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601645",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/26vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/26vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/26vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Sinister Hand",
        "text": "As often as you like during your turn (before your attack), you may move 1 damage counter from 1 of your opponent's Pokémon to another of your opponent's Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Shadow Punch",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 3.97,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.97
        },
        {
          "condition": "LP",
          "price": 3.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 28.03,
          "low": 22.46,
          "high": 38.05,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 13,
          "low": 13,
          "high": 13,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 49,
          "low": 41.65,
          "high": 56.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-10T02:13:38.771Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}