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

← Sword
Rillaboom

Rillaboom

Rare #7 Pokémon Stage 2 HP 170
Types
Grass
Illustrator
Anesaki Dynamic
Expansion
Sword · Sword & Shield
Language
Japanese
TCGplayer
568520

Attacks

Hammer In 140
Grass · Grass · Grass · Colorless
GET /api/v1/pokemon/cards/swsh1w_ja-7vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1w_ja-7vh",
    "name": "Rillaboom",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/7vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/7vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/7vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1w_ja",
      "name": "Sword",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S1W",
      "printed_total": 60,
      "release_date": "2019/12/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sword"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568520",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/7vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/7vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/7vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Voltage Beat",
        "text": "Once during your turn, you may search your deck for up to 2 Grass Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Hammer In",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.57
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:42:07.707Z",
      "trend_7d": {
        "direction": "down",
        "percent": -12.31
      }
    }
  }
}