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
Druddigon (Master Ball)

Druddigon (Master Ball)

Uncommon #69 Pokémon Basic HP 120
Types
Dragon
Illustrator
Nurikabe
Expansion
White Flare · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Shred 40
Colorless

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

Ambush 90+
Fire · Water · Colorless

Flip a coin. If heads, this attack does 60 more damage.

GET /api/v1/pokemon/cards/sv11w_ja-69vmh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11w_ja-69vmh",
    "name": "Druddigon (Master Ball)",
    "number": "69",
    "printed_number": "69",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-69vmh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-69vmh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-69vmh.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-69vmh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-69vmh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja-69vmh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Shred",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "40"
      },
      {
        "cost": [
          "Fire",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Ambush",
        "text": "Flip a coin. If heads, this attack does 60 more damage.",
        "damage": "90+"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Nurikabe",
    "pricing": {
      "currency": "USD",
      "market": 1.29,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.29
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-16T04:12:52.237Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.77
      }
    }
  }
}