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

← Miracle Crystal
Gulpin

Gulpin

Non #8 Pokémon Basic HP 50
Types
Grass
Illustrator
Kyoko Umemoto
Expansion
Miracle Crystal · PCG
Language
Japanese
TCGplayer
611604

Attacks

Amnesia
Colorless

Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.

Sludge Toss 40
Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/pcg8_ja-8?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg8_ja-8",
    "name": "Gulpin",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/8.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/8.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/8.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg8_ja",
      "name": "Miracle Crystal",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 75,
      "release_date": "2006/03/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Miracle Crystal"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "611604",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/8.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/8.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/8.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Amnesia",
        "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn."
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sludge Toss",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 4.69,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.69
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-07T04:54:26.096Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}