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

← Storming Emergence (Verdant)
Guzzlord Gx

Guzzlord Gx

Rare #191/151 Pokémon Basic HP 210
Types
Darkness
Illustrator
5ban Graphics
Expansion
Storming Emergence (Verdant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Eat Sloppily
Colorless

Discard the top 5 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon.

Tyrannical Hole 180
Colorless · Colorless · Colorless · Colorless · Colorless
Glutton-GX 100
Colorless · Colorless · Colorless · Colorless · Colorless

If your opponent's Pokémon is Knocked Out by damage from this attack, take 2 more Prize cards. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sev-191?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sev-191",
    "name": "Guzzlord Gx",
    "number": "191/151",
    "printed_number": "191/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-191.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-191.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-191.large.webp"
      }
    ],
    "expansion": {
      "id": "sev",
      "name": "Storming Emergence (Verdant)",
      "total": 204,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 204,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sev.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Verdant)"
        }
      }
    },
    "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/sev-191.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-191.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-191.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Eat Sloppily",
        "text": "Discard the top 5 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Tyrannical Hole",
        "damage": "180"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Glutton-GX",
        "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, take 2 more Prize cards. (You can't use more than 1 GX attack in a game.)",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 11.5,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T02:40:56.614Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.17
      }
    }
  }
}