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

← Cyber Judge
Iron Thorns

Iron Thorns

Rare #30 Pokémon Basic HP 140
Types
Lightning
Illustrator
Takeshi Nakamura
Expansion
Cyber Judge · Scarlet & Violet
Language
Japanese
TCGplayer
566181

Attacks

Destructo-Press 70×
Lightning · Colorless

Reveal the top 5 cards of your deck. This attack does 70 damage for each Future card you find there. Then, discard those Future cards and shuffle the other cards back into your deck.

Megaton Lariat 140
Lightning · Lightning · Lightning · Colorless
GET /api/v1/pokemon/cards/sv5m_ja-30vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5m_ja-30vh",
    "name": "Iron Thorns",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/30vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/30vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/30vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5m_ja",
      "name": "Cyber Judge",
      "total": 100,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV5M",
      "printed_total": 71,
      "release_date": "2024/01/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cyber Judge"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566181",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/30vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/30vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5m_ja/30vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Destructo-Press",
        "text": "Reveal the top 5 cards of your deck. This attack does 70 damage for each Future card you find there. Then, discard those Future cards and shuffle the other cards back into your deck.",
        "damage": "70×"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Megaton Lariat",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Takeshi Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 17.5,
          "low": 16.88,
          "high": 18.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 32.39,
          "low": 24.85,
          "high": 51.64,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:56:49.033Z",
      "trend_7d": {
        "direction": "down",
        "percent": -58.46
      }
    }
  }
}