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

← HS—Triumphant
Gastly

Gastly

Common #63 Pokémon Basic HP 50
Types
Psychic
Illustrator
Takashi Yamaguchi
Expansion
HS—Triumphant · HeartGold & SoulSilver
Language
English
TCGplayer
85656

Attacks

Sneaky Placement
Psychic

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

GET /api/v1/pokemon/cards/hgss4-63?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss4-63",
    "name": "Gastly",
    "number": "63",
    "printed_number": "63",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/63.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/63.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/63.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss4",
      "name": "HS—Triumphant",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "TM",
      "printed_total": 102,
      "release_date": "2010/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85656",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/63.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/63.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/63.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Sneaky Placement",
        "text": "Put 1 damage counter on 1 of your opponent's Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Takashi Yamaguchi",
    "pricing": {
      "currency": "USD",
      "market": 3.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.21
        },
        {
          "condition": "LP",
          "price": 1.06
        },
        {
          "condition": "MP",
          "price": 0.56
        },
        {
          "condition": "HP",
          "price": 0.48
        },
        {
          "condition": "DMG",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 19.9,
          "low": 18.7,
          "high": 19.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.99,
          "low": 7.49,
          "high": 8.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 6.5,
          "low": 6.5,
          "high": 6.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39,
          "low": 33.15,
          "high": 44.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:59:23.114Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7
      }
    }
  }
}