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

← Journey Together
Paldean Clodsire ex

Paldean Clodsire ex

Double Rare #94 Pokémon Stage 1ex HP 280
Types
Darkness
Illustrator
PLANETA Tsuji
Expansion
Journey Together · Scarlet & Violet
Language
English
TCGplayer
623521

Attacks

Poison Ring 60
Darkness · Colorless

Your opponent's Active Pokémon is now Poisoned. During your opponent's next turn, that Pokémon can't retreat.

Giga Impact 220
Darkness · Darkness · Colorless

During your next turn, this Pokémon can't attack.

GET /api/v1/pokemon/cards/sv9-94vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9-94vh",
    "name": "Paldean Clodsire ex",
    "number": "94",
    "printed_number": "94",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/94vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/94vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/94vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9",
      "name": "Journey Together",
      "total": 190,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "JTG",
      "printed_total": 159,
      "release_date": "2025/03/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "623521",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/94vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/94vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/94vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "280",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Poison Ring",
        "text": "Your opponent's Active Pokémon is now Poisoned. During your opponent's next turn, that Pokémon can't retreat.",
        "damage": "60"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Giga Impact",
        "text": "During your next turn, this Pokémon can't attack.",
        "damage": "220"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": 0.63,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.63
        },
        {
          "condition": "DMG",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.5,
          "low": 17.5,
          "high": 17.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 3.51,
          "low": 3.51,
          "high": 5.01,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 46.5,
          "low": 46.5,
          "high": 46.88,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.5,
          "low": 11.48,
          "high": 15.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.5,
          "low": 9.13,
          "high": 12.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:12:09.107Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.55
      }
    }
  }
}