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

← Ruler of the Black Flame
Paldean Wooper

Paldean Wooper

usually #67 Pokémon Basic HP 60
Types
Darkness
Illustrator
kirisAki
Expansion
Ruler of the Black Flame · Scarlet & Violet
Language
Japanese
TCGplayer
567021

Attacks

Splattering Poison
Darkness

Both Active Pokémon are now Poisoned.

Tail Whap 30
Darkness · Colorless · Colorless
GET /api/v1/pokemon/cards/sv3_ja-67?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3_ja-67",
    "name": "Paldean Wooper",
    "number": "67",
    "printed_number": "67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/67.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/67.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/67.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3_ja",
      "name": "Ruler of the Black Flame",
      "total": 141,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV3",
      "printed_total": 108,
      "release_date": "2023/07/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ruler of the Black Flame"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567021",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/67.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/67.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/67.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Splattering Poison",
        "text": "Both Active Pokémon are now Poisoned."
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tail Whap",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.22
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T13:50:33.115Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}