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

← Stellar Miracle
Iron Boulder

Iron Boulder

Rare #47 Pokémon Basic HP 140
Types
Psychic
Illustrator
GIDORA
Expansion
Stellar Miracle · Scarlet & Violet
Language
Japanese
TCGplayer
567902

Attacks

Adjusted Horns 170
Psychic · Colorless

If you don't have the same number of cards in your hand as your opponent, this attack does nothing.

GET /api/v1/pokemon/cards/sv7_ja-47vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv7_ja-47vh",
    "name": "Iron Boulder",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/47vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/47vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/47vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv7_ja",
      "name": "Stellar Miracle",
      "total": 135,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV7",
      "printed_total": 102,
      "release_date": "2024/07/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Stellar Miracle"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567902",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/47vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/47vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/47vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Adjusted Horns",
        "text": "If you don't have the same number of cards in your hand as your opponent, this attack does nothing.",
        "damage": "170"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "GIDORA",
    "pricing": {
      "currency": "USD",
      "market": 0.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.16
        },
        {
          "condition": "MP",
          "price": 0.06
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:43:20.375Z",
      "trend_7d": {
        "direction": "down",
        "percent": -83.16
      }
    }
  }
}