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

← Collect 151 Journey
Haunter

Haunter

Uncommon #093/151 Pokémon Stage 1 HP 80
Types
Psychic
Illustrator
Tomokazu Komiya
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Mumble 30
Colorless · Colorless
GET /api/v1/pokemon/cards/c151j-093?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-093",
    "name": "Haunter",
    "number": "093/151",
    "printed_number": "093/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-093.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-093.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-093.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-093.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-093.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-093.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mumble",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 2.21,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 51,
          "low": 50,
          "high": 51,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 23.5,
          "low": 23,
          "high": 24,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9",
          "value": 13.21,
          "low": 13.14,
          "high": 13.29,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "GENERIC",
          "grade": "9.5",
          "value": 14.5,
          "low": 14.25,
          "high": 14.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 38.49,
          "low": 38.46,
          "high": 39.44,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.25,
          "low": 13.03,
          "high": 13.36,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9.5",
          "value": 15,
          "low": 14.5,
          "high": 15,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 23.5,
          "low": 23,
          "high": 24,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T11:32:34.072Z",
      "trend_7d": {
        "direction": "up",
        "percent": 10.5
      }
    }
  }
}