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

Non #10 Pokémon Stage 1 HP 120
Types
Fire
Illustrator
Suwama Chiaki
Expansion
Forbidden Light · Sun & Moon
Language
Japanese
TCGplayer
574006

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_ja-10?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6_ja-10",
    "name": "Alolan Marowak",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/10.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6_ja",
      "name": "Forbidden Light",
      "total": 110,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6",
      "printed_total": 94,
      "release_date": "2018/03/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Forbidden Light"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574006",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/10.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": "Non",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 2.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.96
        },
        {
          "condition": "LP",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 60.46,
          "low": 43,
          "high": 43,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35.55,
          "low": 35,
          "high": 35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:31:04.315Z",
      "trend_7d": {
        "direction": "up",
        "percent": 48.74
      }
    }
  }
}