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
Darumaka

Darumaka

Common #17 Pokémon Basic HP 80
Types
Fire
Illustrator
Atsuko Nishida
Expansion
Next Destinies · Black & White
Language
English
TCGplayer
84721

Attacks

Hammer In 20
Colorless · Colorless
GET /api/v1/pokemon/cards/bw4-17?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4-17",
    "name": "Darumaka",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/17.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": "84721",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hammer In",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "MP",
          "price": 0.14
        },
        {
          "condition": "HP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.11
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 71.5,
          "low": 43,
          "high": 85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:27:14.502Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4
      }
    }
  }
}