Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Night Wanderer
Iron Moth

Iron Moth

Non #9 Pokémon Basic
Types
Fire
Illustrator
Shinji Kanda
Expansion
Night Wanderer · Scarlet & Violet
Language
Japanese
TCGplayer
566260

Attacks

Absorption
Colorless · Colorless

Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon.

Wild Rejector
Fire · Fire · Colorless

During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Ancient Pokémon.

GET /api/v1/pokemon/cards/sv6a_ja-9?include=prices 200 78ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6a_ja-9",
    "name": "Iron Moth",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/9.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/9.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/9.large.png"
      }
    ],
    "expansion": {
      "id": "sv6a_ja",
      "name": "Night Wanderer",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV6a",
      "printed_total": 64,
      "release_date": "2024/06/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Night Wanderer"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566260",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/9.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/9.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6a_ja/9.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Absorption",
        "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon."
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wild Rejector",
        "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Ancient Pokémon."
      }
    ],
    "rarity": "Non",
    "artist": "Shinji Kanda",
    "pricing": {
      "currency": "USD",
      "market": 0.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.61
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 39.99,
          "low": 33.99,
          "high": 45.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T14:48:25.695Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}