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

← Cosmic Eclipse
Duskull

Duskull

Common #83 Pokémon Basic HP 40
Types
Psychic
Illustrator
ryoma uratsuka
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201258

Attacks

Ominous Eyes
Psychic

Put 2 damage counters on 1 of your opponent's Pokémon.

GET /api/v1/pokemon/cards/sm12-83vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-83vrh",
    "name": "Duskull",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/83vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/83vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/83vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201258",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/83vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/83vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/83vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "40",
    "abilities": [
      {
        "name": "Spiritborne Evolution",
        "text": "Once during your turn (before your attack), you may discard 3 cards from your hand. If you do, search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Ominous Eyes",
        "text": "Put 2 damage counters on 1 of your opponent's Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "ryoma uratsuka",
    "pricing": {
      "currency": "USD",
      "market": 0.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.59
        },
        {
          "condition": "LP",
          "price": 0.5
        },
        {
          "condition": "MP",
          "price": 0.5
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:47:33.866Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.36
      }
    }
  }
}