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

← Future Flash
Iron Valiant ex

Iron Valiant ex

Double Rare #38 Pokémon Basicex HP 220
Types
Psychic
Illustrator
aky CG Works
Expansion
Future Flash · Scarlet & Violet
Language
Japanese
TCGplayer
565998

Attacks

Laser Blade 200
Psychic · Psychic · Colorless

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

GET /api/v1/pokemon/cards/sv4m_ja-38vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4m_ja-38vh",
    "name": "Iron Valiant ex",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/38vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/38vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/38vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4m_ja",
      "name": "Future Flash",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4M",
      "printed_total": 66,
      "release_date": "2023/10/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Future Flash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "565998",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/38vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/38vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4m_ja/38vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "220",
    "abilities": [
      {
        "name": "Tachyon Bits",
        "text": "Once during your turn, when this Pokémon moves from your Bench to the Active Spot, you may put 2 damage counters on 1 of your opponent's Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Laser Blade",
        "text": "During your next turn, this Pokémon can't attack.",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 0.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.4
        },
        {
          "condition": "MP",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 113,
          "low": 96.05,
          "high": 129.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 25.89,
          "low": 18.45,
          "high": 42.04,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:33:35.813Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}