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

← Arceus
Gastly

Gastly

Common #64 Pokémon Basic HP 50
Types
Psychic
Illustrator
Mitsuhiro Arita
Expansion
Arceus · Platinum
Language
English
TCGplayer
85655

Attacks

Gnaw 10
Colorless
Suffocating Gas 20
Psychic · Colorless
GET /api/v1/pokemon/cards/pl4-64vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-64vrh",
    "name": "Gastly",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/64vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/64vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/64vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl4",
      "name": "Arceus",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "AR",
      "printed_total": 99,
      "release_date": "2009/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85655",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/64vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/64vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/64vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gnaw",
        "damage": "10"
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Suffocating Gas",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 19.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.91
        },
        {
          "condition": "LP",
          "price": 12.87
        },
        {
          "condition": "MP",
          "price": 9.11
        },
        {
          "condition": "HP",
          "price": 10
        },
        {
          "condition": "DMG",
          "price": 0.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 138.75,
          "low": 138.75,
          "high": 144.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:50:02.756Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.25
      }
    }
  }
}