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

← Phantom Gate
Golbat

Golbat

usually #31 Pokémon Stage 1 HP 70
Types
Psychic
Illustrator
Kanako Eo
Expansion
Phantom Gate · XY
Language
Japanese
TCGplayer
603578

Attacks

Swoop Across
Colorless

This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/xy4_ja-31?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy4_ja-31",
    "name": "Golbat",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/31.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/31.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/31.large.webp"
      }
    ],
    "expansion": {
      "id": "xy4_ja",
      "name": "Phantom Gate",
      "total": 97,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY4",
      "printed_total": 88,
      "release_date": "2014/09/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Phantom Gate"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603578",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/31.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/31.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/31.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Sneaky Bite",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon, you may put 2 damage counters on 1 of your opponent's Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Swoop Across",
        "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Kanako Eo",
    "pricing": {
      "currency": "USD",
      "market": 4.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.21
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 61.74,
          "low": 52.48,
          "high": 71,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 68.5,
          "low": 58.23,
          "high": 78.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-04T03:03:25.884Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}