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

← Generations
Haunter

Haunter

Uncommon #34 Pokémon Stage 1 HP 70
Types
Psychic
Illustrator
Midori Harada
Expansion
Generations · XY
Language
English
TCGplayer
113692

Attacks

Poison Ring
Psychic · Colorless

Your opponent's Active Pokémon is now Poisoned. That Pokémon can't retreat during your opponent's next turn.

GET /api/v1/pokemon/cards/g1-34vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "g1-34vrh",
    "name": "Haunter",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/34vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/34vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/34vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "g1",
      "name": "Generations",
      "total": 117,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "GEN",
      "printed_total": 83,
      "release_date": "2016/02/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "113692",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/34vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/34vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/34vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Gothic Fear",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon, you may leave both Active Pokémon Confused.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Poison Ring",
        "text": "Your opponent's Active Pokémon is now Poisoned. That Pokémon can't retreat during your opponent's next turn."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 6.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.07
        },
        {
          "condition": "LP",
          "price": 3.97
        },
        {
          "condition": "MP",
          "price": 1.67
        },
        {
          "condition": "HP",
          "price": 1.51
        },
        {
          "condition": "DMG",
          "price": 1.62
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 25.5,
          "low": 21.68,
          "high": 29.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 196.89,
          "low": 132,
          "high": 132,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 15.61,
          "low": 24.91,
          "high": 24.91,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.27,
          "low": 23.75,
          "high": 23.75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35,
          "low": 35,
          "high": 117.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T04:00:11.003Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.49
      }
    }
  }
}