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

← Hidden Legends
Gulpin

Gulpin

Common #62 Pokémon Basic HP 50
Types
Grass
Illustrator
Yuka Morii
Expansion
Hidden Legends · EX
Language
English
TCGplayer
85974

Attacks

Yawn
Colorless

The Defending Pokémon is now Asleep.

Spit Poison
Grass

The Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/ex5-62vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex5-62vrh",
    "name": "Gulpin",
    "number": "62",
    "printed_number": "62",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/62vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/62vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/62vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex5",
      "name": "Hidden Legends",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "HL",
      "printed_total": 101,
      "release_date": "2004/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85974",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/62vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/62vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/62vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Yawn",
        "text": "The Defending Pokémon is now Asleep."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Spit Poison",
        "text": "The Defending Pokémon is now Poisoned."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 29.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 29.99
        },
        {
          "condition": "LP",
          "price": 17.31
        },
        {
          "condition": "MP",
          "price": 14.27
        },
        {
          "condition": "HP",
          "price": 7.95
        },
        {
          "condition": "DMG",
          "price": 3.64
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 75,
          "low": 75,
          "high": 90,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 7,
          "high": 7.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 639.35,
          "low": 585.79,
          "high": 776.2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 16.25,
          "low": 13.81,
          "high": 18.69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 31,
          "low": 26.35,
          "high": 35.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 105.17,
          "low": 18.5,
          "high": 106.67,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 70,
          "low": 59.5,
          "high": 80.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:23:37.181Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.03
      }
    }
  }
}