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

← White Flare
Durant (Master Ball)

Durant (Master Ball)

Uncommon #68 Pokémon Basic HP 110
Types
Metal
Illustrator
Yuka Morii
Expansion
White Flare · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Bite Together 20+
Colorless

If Durant is on your Bench, this attack does 20 more damage.

Vise Grip 50
Metal · Colorless
GET /api/v1/pokemon/cards/sv11w_ja-68vmh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11w_ja-68vmh",
    "name": "Durant (Master Ball)",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-68vmh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-68vmh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-68vmh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv11w_ja",
      "name": "White Flare",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11W",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "White Flare"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "masterBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-68vmh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-68vmh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-68vmh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bite Together",
        "text": "If Durant is on your Bench, this attack does 20 more damage.",
        "damage": "20+"
      },
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Vise Grip",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 1.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.59
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:19:09.346Z",
      "trend_7d": {
        "direction": "down",
        "percent": -30.26
      }
    }
  }
}