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

← SM Black Star Promos
Tapu Bulu-GX

Tapu Bulu-GX

Promo #SM32 Pokémon BasicGX HP 180
Types
Grass
Illustrator
PLANETA
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
131727

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/smp-SM32vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM32vh",
    "name": "Tapu Bulu-GX",
    "number": "SM32",
    "printed_number": "SM32",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM32vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM32vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM32vh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp",
      "name": "SM Black Star Promos",
      "total": 251,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "PR-SM",
      "printed_total": 248,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "131727",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM32vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM32vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM32vh.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": "Promo",
    "artist": "PLANETA",
    "pricing": {
      "currency": "USD",
      "market": 2.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.8
        },
        {
          "condition": "LP",
          "price": 1.49
        },
        {
          "condition": "MP",
          "price": 1.45
        },
        {
          "condition": "HP",
          "price": 1.2
        },
        {
          "condition": "DMG",
          "price": 0.96
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 49.95,
          "low": 42.46,
          "high": 57.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:50:16.813Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.71
      }
    }
  }
}