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

← Dragon Blast
Durant

Durant

usually #38 Pokémon Basic HP 70
Types
Metal
Illustrator
Mitsuhiro Arita
Expansion
Dragon Blast · Black & White
Language
Japanese
TCGplayer
601445

Attacks

Pull Out
Colorless

Put a card from your discard pile on top of your deck.

Iron Head 30×
Metal · Colorless

Flip a coin until you get tails. This attack does 30 damage times the number of heads.

GET /api/v1/pokemon/cards/bw5s_ja-38?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5s_ja-38",
    "name": "Durant",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/38.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/38.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/38.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5s_ja",
      "name": "Dragon Blast",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW5",
      "printed_total": 50,
      "release_date": "2012/03/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Blast"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601445",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/38.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/38.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5s_ja/38.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pull Out",
        "text": "Put a card from your discard pile on top of your deck."
      },
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Iron Head",
        "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads.",
        "damage": "30×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 1.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.5
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 1136,
          "low": 965.6,
          "high": 1306.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 130.53,
          "low": 110.95,
          "high": 150.11,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 256.25,
          "low": 217.81,
          "high": 294.69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T03:54:18.984Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}