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

← Super Electric Breaker
Durant ex

Durant ex

Super Rare #119 Pokémon Basicex HP 190
Types
Grass
Illustrator
PLANETA Tsuji
Expansion
Super Electric Breaker · Scarlet & Violet
Language
Japanese
TCGplayer
587721

Attacks

Vengeful Crush 120+
Grass · Colorless · Colorless

This attack does 30 more damage for each Prize card your opponent has taken.

GET /api/v1/pokemon/cards/sv8_ja-119vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8_ja-119vh",
    "name": "Durant ex",
    "number": "119",
    "printed_number": "119",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/119vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/119vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/119vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8_ja",
      "name": "Super Electric Breaker",
      "total": 138,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV8",
      "printed_total": 106,
      "release_date": "2024/10/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Super Electric Breaker"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "587721",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/119vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/119vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/119vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Grass"
    ],
    "hp": "190",
    "abilities": [
      {
        "name": "Sudden Shearing",
        "text": "When you play this Pokémon from your hand onto your Bench during your turn, you may discard the top card of your opponent's deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Vengeful Crush",
        "text": "This attack does 30 more damage for each Prize card your opponent has taken.",
        "damage": "120+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": 0.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.96
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 13.25,
          "low": 13.25,
          "high": 13.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 10,
          "high": 19.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.78,
          "low": 6.5,
          "high": 6.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 17,
          "low": 17,
          "high": 19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:30:50.800Z",
      "trend_7d": {
        "direction": "down",
        "percent": -23.81
      }
    }
  }
}