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

← Forbidden Light
Alolan Marowak

Alolan Marowak

Rare #12 Pokémon Stage 1 HP 120
Types
Fire
Illustrator
Suwama Chiaki
Expansion
Forbidden Light · Sun & Moon
Language
English
TCGplayer
165659

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/sm6-12?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6-12",
    "name": "Alolan Marowak",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/12.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6",
      "name": "Forbidden Light",
      "total": 150,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "FLI",
      "printed_total": 131,
      "release_date": "2018/05/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "165659",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/12.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": "Rare",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 0.77,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.77
        },
        {
          "condition": "LP",
          "price": 0.62
        },
        {
          "condition": "MP",
          "price": 0.56
        },
        {
          "condition": "HP",
          "price": 0.39
        },
        {
          "condition": "DMG",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:18:42.165Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.28
      }
    }
  }
}