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

← Intense Fight in the Destroyed Sky
Gastly

Gastly

usually #30 Pokémon Basic HP 50
Types
Psychic
Illustrator
Aya Kusube
Expansion
Intense Fight in the Destroyed Sky · Diamond & Pearl
Language
Japanese
TCGplayer
608154

Attacks

Pitch-Dark

You opponent can't play any Trainer cards from his or her hand during your opponent's next turn.

Trick Gas 10
Psychic

You may switch Gastly with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/dp6_ja-30?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6_ja-30",
    "name": "Gastly",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/30.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/30.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/30.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6_ja",
      "name": "Intense Fight in the Destroyed Sky",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP6",
      "printed_total": 92,
      "release_date": "2008/07/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Intense Fight in the Destroyed Sky"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608154",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/30.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/30.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6_ja/30.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Pitch-Dark",
        "text": "You opponent can't play any Trainer cards from his or her hand during your opponent's next turn."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Trick Gas",
        "text": "You may switch Gastly with 1 of your Benched Pokémon.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12
        },
        {
          "condition": "LP",
          "price": 7.09
        },
        {
          "condition": "DMG",
          "price": 2.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 46,
          "low": 37,
          "high": 55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:35:59.194Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}