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

← GX Battle Boost
Pheromosa-GX

Pheromosa-GX

Super Rare #115 Pokémon BasicGX HP 170
Types
Grass
Illustrator
5ban Graphics
Expansion
GX Battle Boost · Sun & Moon
Language
Japanese
TCGplayer

Attacks

Fast Raid 30
Grass

If you go first, you can use this attack on your first turn.

Cruel Spike 60
Grass · Grass

Your opponent's Active Pokémon is now Confused.

Beauty-GX 50×
Grass · Grass

This attack does 50 damage for each Prize card your opponent has taken. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm4p_ja-115vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4p_ja-115vh",
    "name": "Pheromosa-GX",
    "number": "115",
    "printed_number": "115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/115vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/115vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/115vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4p_ja",
      "name": "GX Battle Boost",
      "total": 125,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM4+",
      "printed_total": 114,
      "release_date": "2017/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GX Battle Boost"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/115vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/115vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4p_ja/115vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Grass"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Fast Raid",
        "text": "If you go first, you can use this attack on your first turn.",
        "damage": "30"
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Cruel Spike",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "60"
      },
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Beauty-GX",
        "text": "This attack does 50 damage for each Prize card your opponent has taken. (You can't use more than 1 GX attack in a game.)",
        "damage": "50×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 8.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.27
        },
        {
          "condition": "LP",
          "price": 3.67
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.2,
          "low": 11.22,
          "high": 15.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 61,
          "low": 51.85,
          "high": 70.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.99,
          "low": 19.99,
          "high": 19.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T04:02:12.669Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.82
      }
    }
  }
}