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 Lele

Tapu Lele

Promo #SM45 Pokémon Basic HP 110
Types
Psychic
Illustrator
You Iribi
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
173399

Attacks

Psywave 20
Psychic

This attack does 20 damage times the amount of Energy attached to your opponent's Active Pokémon.

Magical Swap
Psychic · Colorless

Move any number of damage counters on your opponent's Pokémon to their other Pokémon in any way you like.

GET /api/v1/pokemon/cards/smp-SM45vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM45vh",
    "name": "Tapu Lele",
    "number": "SM45",
    "printed_number": "SM45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM45vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM45vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM45vh.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": "173399",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM45vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM45vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM45vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Psywave",
        "text": "This attack does 20 damage times the amount of Energy attached to your opponent's Active Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Magical Swap",
        "text": "Move any number of damage counters on your opponent's Pokémon to their other Pokémon in any way you like."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "You Iribi",
    "pricing": {
      "currency": "USD",
      "market": 3.36,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.36
        },
        {
          "condition": "LP",
          "price": 2.8
        },
        {
          "condition": "MP",
          "price": 2.6
        },
        {
          "condition": "HP",
          "price": 2.13
        },
        {
          "condition": "DMG",
          "price": 2.03
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 3.25,
          "low": 2.76,
          "high": 3.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 55,
          "low": 46.75,
          "high": 63.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:50:16.813Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.59
      }
    }
  }
}