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

← Vivid Portrayals (Obsidian)
Duraludon

Duraludon

Rare #083/115 Pokémon Basic HP 130
Types
Metal
Illustrator
kawayoo
Expansion
Vivid Portrayals (Obsidian) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Raging Claws 20
Colorless · Colorless

This attack does 10 more damage for each damage counter on this Pokémon.

Power Blast 120
Colorless · Colorless · Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/vpo-083?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpo-083",
    "name": "Duraludon",
    "number": "083/115",
    "printed_number": "083/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-083.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-083.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-083.large.webp"
      }
    ],
    "expansion": {
      "id": "vpo",
      "name": "Vivid Portrayals (Obsidian)",
      "total": 143,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 143,
      "release_date": "2023/08/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vpo.logo.png",
      "translation": {
        "en": {
          "name": "Vivid Portrayals (Obsidian)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-083.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-083.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpo-083.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Raging Claws",
        "text": "This attack does 10 more damage for each damage counter on this Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Power Blast",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 0.99,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 119.25,
          "low": 101.36,
          "high": 137.14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-19T02:33:35.556Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}