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
Duskull

Duskull

Common #38 Pokémon Basic HP 50
Types
Psychic
Illustrator
match
Expansion
Flashfire · XY
Language
English
TCGplayer
91171

Attacks

Revival
Colorless

Put a Basic Pokémon from your opponent's discard pile onto his or her Bench.

Sneaky Placement
Psychic

Put 1 damage counter on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/xy2-38?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2-38",
    "name": "Duskull",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/38.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/38.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/38.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": "91171",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/38.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/38.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/38.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Revival",
        "text": "Put a Basic Pokémon from your opponent's discard pile onto his or her Bench."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Sneaky Placement",
        "text": "Put 1 damage counter on your opponent's Active Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "MP",
          "price": 0.13
        },
        {
          "condition": "HP",
          "price": 0.14
        },
        {
          "condition": "DMG",
          "price": 0.09
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:37:40.580Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.09
      }
    }
  }
}