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

← Forbidden Light
Guzzlord

Guzzlord

Rare #56 Pokémon Basic HP 160
Types
Darkness
Illustrator
Anesaki Dynamic
Expansion
Forbidden Light · Sun & Moon
Language
Japanese
TCGplayer
574052

Attacks

Lord's Valley 160
Darkness · Darkness · Darkness · Darkness

If you have exactly 2, 4, or 6 Prize cards remaining, discard the top 10 cards of your deck.

GET /api/v1/pokemon/cards/sm6_ja-56vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6_ja-56vh",
    "name": "Guzzlord",
    "number": "56",
    "printed_number": "56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/56vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/56vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/56vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6_ja",
      "name": "Forbidden Light",
      "total": 110,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6",
      "printed_total": 94,
      "release_date": "2018/03/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Forbidden Light"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574052",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/56vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/56vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6_ja/56vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 4,
        "name": "Lord's Valley",
        "text": "If you have exactly 2, 4, or 6 Prize cards remaining, discard the top 10 cards of your deck.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 1.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.1
        },
        {
          "condition": "MP",
          "price": 0.65
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:31:04.315Z",
      "trend_7d": {
        "direction": "down",
        "percent": -32.1
      }
    }
  }
}