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

← Cosmic Eclipse
Guzzlord

Guzzlord

Rare Holo #136 Pokémon BasicUltra Beast HP 150
Types
Darkness
Illustrator
Kouki Saitou
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201180

Attacks

Mountain Munch
Darkness

Discard the top card of your opponent's deck.

Red Banquet 120
Darkness · Darkness · Colorless · Colorless

If your opponent's Pokémon is Knocked Out by damage from this attack, take 1 more Prize card.

GET /api/v1/pokemon/cards/sm12-136vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-136vrh",
    "name": "Guzzlord",
    "number": "136",
    "printed_number": "136",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/136vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/136vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/136vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201180",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/136vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/136vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/136vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Ultra Beast"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Mountain Munch",
        "text": "Discard the top card of your opponent's deck."
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Red Banquet",
        "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, take 1 more Prize card.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 7.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.11
        },
        {
          "condition": "LP",
          "price": 6.05
        },
        {
          "condition": "MP",
          "price": 5.87
        },
        {
          "condition": "HP",
          "price": 5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:41:57.962Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}