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

← Red Collection
Durant

Durant

usually #54 Pokémon Basic
Types
Metal
Illustrator
Masakazu Fukuda
Expansion
Red Collection · Black & White
Language
Japanese
TCGplayer
600927

Attacks

Devour
Metal

For each of your Durant in play, discard the top card of your opponent's deck.

Vice Grip 30
Colorless · Colorless
GET /api/v1/pokemon/cards/bw2_ja-54?include=prices 200 37ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw2_ja-54",
    "name": "Durant",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/54.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/54.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/54.large.webp"
      }
    ],
    "expansion": {
      "id": "bw2_ja",
      "name": "Red Collection",
      "total": 72,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW2",
      "printed_total": 66,
      "release_date": "2011/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Red Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "600927",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/54.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/54.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/54.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Devour",
        "text": "For each of your Durant in play, discard the top card of your opponent's deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Vice Grip",
        "damage": "30"
      }
    ],
    "rarity": "usually",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 2.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.61
        },
        {
          "condition": "MP",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 29.99,
          "low": 25.49,
          "high": 34.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:00:23.499Z",
      "trend_7d": {
        "direction": "up",
        "percent": 34.54
      }
    }
  }
}