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

← Intense Fight in the Destroyed Sky
Dusclops

Dusclops

Non #40 Pokémon Stage 1 HP 80
Types
Psychic
Illustrator
Yukiko Baba
Expansion
Intense Fight in the Destroyed Sky · Diamond & Pearl
Language
Japanese
TCGplayer
608138

Attacks

Dark One-eye 20
Psychic

You may discard a card from your hand. If you do, your opponent discards a card from his or her hand.

Ambush 40+
Psychic · Colorless · Colorless

Flip a coin. If heads, this attack does 40 damage plus 20 more damage.

GET /api/v1/pokemon/cards/dp6_ja-40?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6_ja-40",
    "name": "Dusclops",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/40.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/40.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/40.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6_ja",
      "name": "Intense Fight in the Destroyed Sky",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP6",
      "printed_total": 92,
      "release_date": "2008/07/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Intense Fight in the Destroyed Sky"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608138",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/40.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/40.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/40.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Dark One-eye",
        "text": "You may discard a card from your hand. If you do, your opponent discards a card from his or her hand.",
        "damage": "20"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Ambush",
        "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 3.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.39
        },
        {
          "condition": "MP",
          "price": 1.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-09T02:51:41.589Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}