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

← Facing a New Trial
Tapu Bulu-GX

Tapu Bulu-GX

Super Rare #50 Pokémon BasicGX HP 180
Types
Grass
Illustrator
5ban Graphics
Expansion
Facing a New Trial · Sun & Moon
Language
Japanese
TCGplayer
573831

Attacks

Horn Attack 30
Grass
Nature's Judgment 120+
Grass · Grass · Colorless

You may discard all Energy from this Pokémon. If you do, this attack does 60 more damage.

Tapu Wilderness-GX 150
Grass · Grass · Colorless

Heal all damage from this Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm2p_ja-50vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2p_ja-50vh",
    "name": "Tapu Bulu-GX",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/50vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/50vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/50vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2p_ja",
      "name": "Facing a New Trial",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM2+",
      "printed_total": 49,
      "release_date": "2017/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Facing a New Trial"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573831",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/50vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/50vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/50vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Grass"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Horn Attack",
        "damage": "30"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Nature's Judgment",
        "text": "You may discard all Energy from this Pokémon. If you do, this attack does 60 more damage.",
        "damage": "120+"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tapu Wilderness-GX",
        "text": "Heal all damage from this Pokémon. (You can't use more than 1 GX attack in a game.)",
        "damage": "150"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 12.72,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.72
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:26:34.715Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.15
      }
    }
  }
}