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

← Stellar Crown
Marowak

Marowak

Uncommon #73 Pokémon Stage 1 HP 120
Types
Fighting
Illustrator
cochi8i
Expansion
Stellar Crown · Scarlet & Violet
Language
English
TCGplayer
567299

Attacks

Growl
Fighting

During your opponent's next turn, attacks used by the Defending Pokémon do 40 less damage (before applying Weakness and Resistance).

Bone Vengeance 60
Colorless · Colorless

If any of your Benched Cubone have any damage counters on them, this attack does 120 more damage.

GET /api/v1/pokemon/cards/sv7-73?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv7-73",
    "name": "Marowak",
    "number": "73",
    "printed_number": "73",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/73.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/73.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/73.large.webp"
      }
    ],
    "expansion": {
      "id": "sv7",
      "name": "Stellar Crown",
      "total": 175,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SCR",
      "printed_total": 142,
      "release_date": "2024/09/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "567299",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/73.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/73.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/73.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Growl",
        "text": "During your opponent's next turn, attacks used by the Defending Pokémon do 40 less damage (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bone Vengeance",
        "text": "If any of your Benched Cubone have any damage counters on them, this attack does 120 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "cochi8i",
    "pricing": {
      "currency": "USD",
      "market": 0.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.12
        },
        {
          "condition": "MP",
          "price": 0.06
        },
        {
          "condition": "HP",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:47:42.365Z",
      "trend_7d": {
        "direction": "down",
        "percent": -14.29
      }
    }
  }
}