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

← Flight of Legends
Marowak

Marowak

Rare Holo #63 Pokémon Stage 1 HP 80
Types
Fighting
Illustrator
Aya Kusube
Expansion
Flight of Legends · PCG
Language
Japanese
TCGplayer
612416

Attacks

Linear Attack
Fighting · Colorless

Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Vengeance 30+
Fighting · Colorless · Colorless

Does 30 damage plus 10 more damage for each Basic Pokémon and each Evolution card in your discard pile. You can't add more than 60 damage in this way.

GET /api/v1/pokemon/cards/pcg1_ja-63vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg1_ja-63vh",
    "name": "Marowak",
    "number": "63",
    "printed_number": "63",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/63vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/63vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/63vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg1_ja",
      "name": "Flight of Legends",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 82,
      "release_date": "2004/04/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Flight of Legends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612416",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/63vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/63vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/63vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Linear Attack",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Vengeance",
        "text": "Does 30 damage plus 10 more damage for each Basic Pokémon and each Evolution card in your discard pile. You can't add more than 60 damage in this way.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 11.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.86
        },
        {
          "condition": "LP",
          "price": 11
        },
        {
          "condition": "MP",
          "price": 9.67
        },
        {
          "condition": "HP",
          "price": 6.75
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 97.5,
          "low": 63,
          "high": 112.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32,
          "low": 29.06,
          "high": 33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-08-14T03:28:15.457Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}