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

← Paradox Rift
Doublade

Doublade

Common #133 Pokémon Stage 1 HP 90
Types
Metal
Illustrator
Shigenori Negishi
Expansion
Paradox Rift · Scarlet & Violet
Language
English
TCGplayer
523810

Attacks

Swords Dance
Metal

During your next turn, this Pokémon's Slicing Blade attack does 80 more damage (before applying Weakness and Resistance).

Slicing Blade 40
Metal · Metal
GET /api/v1/pokemon/cards/sv4-133vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4-133vrh",
    "name": "Doublade",
    "number": "133",
    "printed_number": "133",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/133vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/133vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/133vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4",
      "name": "Paradox Rift",
      "total": 266,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAR",
      "printed_total": 182,
      "release_date": "2023/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "523810",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/133vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/133vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/133vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Swords Dance",
        "text": "During your next turn, this Pokémon's Slicing Blade attack does 80 more damage (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Metal",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Slicing Blade",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 0.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.16
        },
        {
          "condition": "MP",
          "price": 0.09
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:26:51.715Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}