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-136vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-136vh",
    "name": "Guzzlord",
    "number": "136",
    "printed_number": "136",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/136vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/136vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/136vh.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": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/136vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/136vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/136vh.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": 6.76,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.76
        },
        {
          "condition": "LP",
          "price": 6.27
        },
        {
          "condition": "MP",
          "price": 6.32
        },
        {
          "condition": "HP",
          "price": 5.17
        },
        {
          "condition": "DMG",
          "price": 3.89
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:41:57.962Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.17
      }
    }
  }
}