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

← Collect 151 Journey
Marowak

Marowak

Rare #105/151 Pokémon Stage 1 HP 120
Types
Fighting
Illustrator
Shinya Komatsu
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Bone Throw 30
Colorless

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

Boundless Power 120
Colorless · Colorless

During your next turn, this Pokémon can't attack.

GET /api/v1/pokemon/cards/c151j-105?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-105",
    "name": "Marowak",
    "number": "105/151",
    "printed_number": "105/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-105.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-105.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-105.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "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/c151j-105.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-105.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-105.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bone Throw",
        "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Boundless Power",
        "text": "During your next turn, this Pokémon can't attack.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shinya Komatsu",
    "pricing": {
      "currency": "USD",
      "market": 1.39,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 48,
          "low": 47.5,
          "high": 48.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.5,
          "low": 22.25,
          "high": 22.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9",
          "value": 12.21,
          "low": 12.17,
          "high": 12.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9.5",
          "value": 13.5,
          "low": 13.25,
          "high": 13.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 37.62,
          "low": 37.58,
          "high": 37.66,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.7,
          "low": 12.68,
          "high": 12.73,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 22.5,
          "low": 22.25,
          "high": 22.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T11:32:50.572Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}