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 (Radiant)
Alolan Marowak

Alolan Marowak

Uncommon #005/151 Pokémon Stage 1 HP 120
Types
Fire
Illustrator
Suwama Chiaki
Expansion
Storming Emergence (Radiant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Limbo Limbo

Search your deck for up to 2 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck.

Alolan Club 20
Colorless · Colorless

This attack does 20 damage for each of your Pokémon in play that has Alolan in its name.

GET /api/v1/pokemon/cards/ser-005?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ser-005",
    "name": "Alolan Marowak",
    "number": "005/151",
    "printed_number": "005/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-005.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-005.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-005.large.webp"
      }
    ],
    "expansion": {
      "id": "ser",
      "name": "Storming Emergence (Radiant)",
      "total": 211,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 211,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ser.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Radiant)"
        }
      }
    },
    "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/ser-005.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-005.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-005.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Limbo Limbo",
        "text": "Search your deck for up to 2 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Alolan Club",
        "text": "This attack does 20 damage for each of your Pokémon in play that has Alolan in its name.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:35:57.832Z"
    }
  }
}