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

← Diamond & Pearl
Haunter

Haunter

Uncommon #50 Pokémon Stage 1 HP 70
Types
Psychic
Illustrator
Naoyo Kimura
Expansion
Diamond & Pearl · Diamond & Pearl
Language
English
TCGplayer
86027

Attacks

Hypnosis
Psychic

The Defending Pokémon is now Asleep.

Dream Eater 60
Psychic · Psychic

If the Defending Pokémon is not Asleep, this attack does nothing.

GET /api/v1/pokemon/cards/dp1-50?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp1-50",
    "name": "Haunter",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/50.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/50.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/50.large.webp"
      }
    ],
    "expansion": {
      "id": "dp1",
      "name": "Diamond & Pearl",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "DP",
      "printed_total": 130,
      "release_date": "2007/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86027",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/50.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/50.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/50.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Hypnosis",
        "text": "The Defending Pokémon is now Asleep."
      },
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Dream Eater",
        "text": "If the Defending Pokémon is not Asleep, this attack does nothing.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 6.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.05
        },
        {
          "condition": "LP",
          "price": 3.07
        },
        {
          "condition": "MP",
          "price": 1.55
        },
        {
          "condition": "HP",
          "price": 0.81
        },
        {
          "condition": "DMG",
          "price": 0.97
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.5,
          "low": 15,
          "high": 30,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 22.75,
          "low": 19.34,
          "high": 26.16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 125,
          "low": 106.25,
          "high": 143.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:47:49.806Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.17
      }
    }
  }
}