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
Pheromosa

Pheromosa

Promo #SM115 Pokémon BasicUltra Beast HP 110
Types
Grass
Illustrator
You Iribi
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
166288

Attacks

High Jump Kick 20
Colorless
White Ray 90
Grass · Grass · Colorless

If you have only 1 Prize card remaining, this attack does 90 more damage.

GET /api/v1/pokemon/cards/smp-SM115vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM115vh",
    "name": "Pheromosa",
    "number": "SM115",
    "printed_number": "SM115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM115vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM115vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM115vh.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": "166288",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM115vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM115vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM115vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Ultra Beast"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "High Jump Kick",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "White Ray",
        "text": "If you have only 1 Prize card remaining, this attack does 90 more damage.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "You Iribi",
    "pricing": {
      "currency": "USD",
      "market": 9.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.64
        },
        {
          "condition": "LP",
          "price": 8.93
        },
        {
          "condition": "MP",
          "price": 7.55
        },
        {
          "condition": "HP",
          "price": 5.31
        },
        {
          "condition": "DMG",
          "price": 5.8
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 35.94,
          "low": 30.55,
          "high": 41.33,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 44.97,
          "low": 38.22,
          "high": 51.72,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:11:32.782Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.21
      }
    }
  }
}