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

← Shiny Star V
Rillaboom

Rillaboom

Holo #205 Pokémon Stage 2 HP 170
Types
Grass
Illustrator
Ryuta Fuse
Expansion
Shiny Star V · Sword & Shield
Language
Japanese
TCGplayer
571120

Attacks

Hammer In 140
Grass · Grass · Grass · Colorless
GET /api/v1/pokemon/cards/swsh4a_ja-205vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4a_ja-205vh",
    "name": "Rillaboom",
    "number": "205",
    "printed_number": "205",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/205vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/205vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/205vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4a_ja",
      "name": "Shiny Star V",
      "total": 330,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S4a",
      "printed_total": 190,
      "release_date": "2020/11/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shiny Star V"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571120",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/205vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/205vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4a_ja/205vh.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": "Holo",
    "artist": "Ryuta Fuse",
    "pricing": {
      "currency": "USD",
      "market": 2.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.5
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 179,
          "low": 152.15,
          "high": 205.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 3.25,
          "low": 2.76,
          "high": 3.74,
          "confidence": "med",
          "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
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 19.35,
          "low": 15.5,
          "high": 15.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:09:03.251Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.4
      }
    }
  }
}