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

← Lost Link
Haunter

Haunter

Non #14 Pokémon Stage 1 HP 70
Types
Psychic
Illustrator
Takashi Yamaguchi
Expansion
Lost Link · LEGEND
Language
Japanese
TCGplayer
608633

Attacks

Sneaky Placement
Psychic

Put 2 damage counters on 1 of your opponent's Pokémon.

Sleep Poison
Colorless · Colorless

The Defending Pokémon is now Asleep and Poisoned.

GET /api/v1/pokemon/cards/ll1_ja-14?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ll1_ja-14",
    "name": "Haunter",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/14.large.webp"
      }
    ],
    "expansion": {
      "id": "ll1_ja",
      "name": "Lost Link",
      "total": 40,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "LL",
      "printed_total": 40,
      "release_date": "2010/04/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ll1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ll1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Lost Link"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608633",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ll1_ja/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Sneaky Placement",
        "text": "Put 2 damage counters on 1 of your opponent's Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sleep Poison",
        "text": "The Defending Pokémon is now Asleep and Poisoned."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Takashi Yamaguchi",
    "pricing": {
      "currency": "USD",
      "market": 15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15
        },
        {
          "condition": "LP",
          "price": 8
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 162.56,
          "low": 162.56,
          "high": 162.56,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 59.99,
          "low": 50.99,
          "high": 68.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 282,
          "low": 213.21,
          "high": 296.28,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 80,
          "low": 80,
          "high": 80,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:40:22.839Z",
      "trend_7d": {
        "direction": "up",
        "percent": 15.47
      }
    }
  }
}