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

← BREAKthrough
Gastly

Gastly

Common #58 Pokémon Basic HP 50
Types
Psychic
Illustrator
Shigenori Negishi
Expansion
BREAKthrough · XY
Language
English
TCGplayer
107177

Attacks

Sleep Poison
Psychic

Flip a coin. If heads, your opponent's Active Pokémon is now Asleep and Poisoned.

GET /api/v1/pokemon/cards/xy8-58vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8-58vrh",
    "name": "Gastly",
    "number": "58",
    "printed_number": "58",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/58vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/58vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/58vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8",
      "name": "BREAKthrough",
      "total": 165,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKT",
      "printed_total": 162,
      "release_date": "2015/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "107177",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/58vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/58vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/58vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Sleep Poison",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep and Poisoned."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 1.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.17
        },
        {
          "condition": "LP",
          "price": 0.78
        },
        {
          "condition": "MP",
          "price": 0.6
        },
        {
          "condition": "HP",
          "price": 0.37
        },
        {
          "condition": "DMG",
          "price": 0.24
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 78.77,
          "low": 66.95,
          "high": 90.59,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:49:47.264Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.86
      }
    }
  }
}