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

← Storming Emergence (Verdant)
Arceus Prism Star

Arceus Prism Star

Rare #113/151 Pokémon Basic HP 160
Types
Colorless
Illustrator
Masakazu Fukuda
Expansion
Storming Emergence (Verdant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Trinity Star 30
Colorless

You can use this attack only if you have Grass, Water, and Lightning Pokémon on your Bench. Search your deck for up to 3 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck.

GET /api/v1/pokemon/cards/sev-113?include=prices 200 34ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sev-113",
    "name": "Arceus Prism Star",
    "number": "113/151",
    "printed_number": "113/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-113.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-113.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-113.large.webp"
      }
    ],
    "expansion": {
      "id": "sev",
      "name": "Storming Emergence (Verdant)",
      "total": 204,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 204,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sev.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Verdant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-113.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-113.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-113.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Trinity Star",
        "text": "You can use this attack only if you have Grass, Water, and Lightning Pokémon on your Bench. Search your deck for up to 3 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 15.45,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:36:56.602Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}