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

← Next Destinies
Darmanitan

Darmanitan

Rare #60 Pokémon Stage 1 HP 110
Types
Psychic
Illustrator
Shin Nagasawa
Expansion
Next Destinies · Black & White
Language
English
TCGplayer
84715

Attacks

Synchrodraw
Psychic

Shuffle your hand into your deck. Then, draw a number of cards equal to the number of cards in your opponent's hand.

DarMAXitan 50
Colorless · Colorless

Flip a coin for each Energy attached to this Pokémon. This attack does 50 damage times the number of heads.

GET /api/v1/pokemon/cards/bw4-60vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4-60vrh",
    "name": "Darmanitan",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/60vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/60vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/60vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw4",
      "name": "Next Destinies",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NXD",
      "printed_total": 99,
      "release_date": "2012/02/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84715",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/60vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/60vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/60vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Synchrodraw",
        "text": "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of cards in your opponent's hand."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "DarMAXitan",
        "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 50 damage times the number of heads.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 11.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.61
        },
        {
          "condition": "LP",
          "price": 8.62
        },
        {
          "condition": "MP",
          "price": 7.62
        },
        {
          "condition": "HP",
          "price": 8.17
        },
        {
          "condition": "DMG",
          "price": 3.3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:44:23.806Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}