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

← Flashfire
Dusclops

Dusclops

Uncommon #39 Pokémon Stage 1 HP 80
Types
Psychic
Illustrator
MAHOU
Expansion
Flashfire · XY
Language
English
TCGplayer
91172

Attacks

Confuse Ray
Psychic

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

Cursed Drop
Psychic · Colorless · Colorless

Put 4 damage counters on your opponent's Pokémon in any way you like.

GET /api/v1/pokemon/cards/xy2-39?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2-39",
    "name": "Dusclops",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/39.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2",
      "name": "Flashfire",
      "total": 110,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FLF",
      "printed_total": 106,
      "release_date": "2014/05/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "91172",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Confuse Ray",
        "text": "Your opponent's Active Pokémon is now Confused."
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Cursed Drop",
        "text": "Put 4 damage counters on your opponent's Pokémon in any way you like."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 0.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.23
        },
        {
          "condition": "LP",
          "price": 0.21
        },
        {
          "condition": "MP",
          "price": 0.12
        },
        {
          "condition": "HP",
          "price": 0.12
        },
        {
          "condition": "DMG",
          "price": 0.09
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:37:40.580Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}