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

← SWSH Black Star Promos
Alcremie

Alcremie

Promo #SWSH058 Pokémon Stage 1 HP 110
Types
Psychic
Illustrator
sui
Expansion
SWSH Black Star Promos · Sword & Shield
Language
English
TCGplayer
227029

Attacks

Decorate
Colorless

Attach any number of basic Energy cards from your hand to your Pokémon in any way you like.

Draining Kiss 50
Psychic · Colorless

Heal 30 damage from this Pokémon.

GET /api/v1/pokemon/cards/swshp-SWSH058vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swshp-SWSH058vh",
    "name": "Alcremie",
    "number": "SWSH058",
    "printed_number": "SWSH058",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH058vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH058vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH058vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swshp",
      "name": "SWSH Black Star Promos",
      "total": 307,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "PR-SW",
      "printed_total": 307,
      "release_date": "2019/11/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swshp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swshp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "227029",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH058vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH058vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH058vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Decorate",
        "text": "Attach any number of basic Energy cards from your hand to your Pokémon in any way you like."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Draining Kiss",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 10.81,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.81
        },
        {
          "condition": "LP",
          "price": 10.69
        },
        {
          "condition": "MP",
          "price": 5.5
        },
        {
          "condition": "HP",
          "price": 2.25
        },
        {
          "condition": "DMG",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 7,
          "low": 7,
          "high": 7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:14:00.982Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.12
      }
    }
  }
}