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

← Crimson Invasion
Guzzlord-GX

Guzzlord-GX

Rare Holo GX #63a Pokémon BasicGXUltra Beast HP 210
Types
Darkness
Illustrator
5ban Graphics
Expansion
Crimson Invasion · Sun & Moon
Language
English
TCGplayer
149086

Attacks

Eat Sloppily
Darkness

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
Darkness · Darkness · Darkness · Colorless · Colorless
Glutton-GX 100
Darkness · Darkness · Darkness · Darkness · Darkness

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/sm4-63avh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4-63avh",
    "name": "Guzzlord-GX",
    "number": "63a",
    "printed_number": "63a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/63avh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/63avh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/63avh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4",
      "name": "Crimson Invasion",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CIN",
      "printed_total": 111,
      "release_date": "2017/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "149086",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/63avh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/63avh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/63avh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX",
      "Ultra Beast"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "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": [
          "Darkness",
          "Darkness",
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Tyrannical Hole",
        "damage": "180"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Darkness",
          "Darkness",
          "Darkness"
        ],
        "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 Holo GX",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 6.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.13
        },
        {
          "condition": "HP",
          "price": 5.46
        },
        {
          "condition": "DMG",
          "price": 4.09
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 51,
          "low": 43.35,
          "high": 58.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:58:38.868Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.49
      }
    }
  }
}