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

← Paradise Dragona
Duraludon

Duraludon

usually #36 Pokémon Basic HP 130
Types
Metal
Illustrator
Tonji Matsuno
Expansion
Paradise Dragona · Scarlet & Violet
Language
Japanese
TCGplayer
579418

Attacks

Confront 50
Metal · Metal
Duralubeam 130
Metal · Metal · Metal

Discard 2 Energy from this Pokémon.

GET /api/v1/pokemon/cards/sv7a_ja-36?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv7a_ja-36",
    "name": "Duraludon",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/36.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/36.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/36.large.webp"
      }
    ],
    "expansion": {
      "id": "sv7a_ja",
      "name": "Paradise Dragona",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV7a",
      "printed_total": 64,
      "release_date": "2024/09/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Paradise Dragona"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "579418",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/36.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/36.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/36.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Confront",
        "damage": "50"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 3,
        "name": "Duralubeam",
        "text": "Discard 2 Energy from this Pokémon.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "usually",
    "artist": "Tonji Matsuno",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:16:42.764Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}