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

← Single Strike Master
Golbat

Golbat

Non #39 Pokémon Stage 1 HP 80
Types
Darkness
Illustrator
sui
Expansion
Single Strike Master · Sword & Shield
Language
Japanese
TCGplayer
568988

Attacks

Air Slash 50
Colorless · Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/swsh5i_ja-39?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5i_ja-39",
    "name": "Golbat",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/39.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5i_ja",
      "name": "Single Strike Master",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S5I",
      "printed_total": 70,
      "release_date": "2021/01/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5i_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5i_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Single Strike Master"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568988",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5i_ja/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Furtive Draw",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may draw 2 cards.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Air Slash",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 19.99,
          "low": 19.99,
          "high": 19.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33.84,
          "low": 28.76,
          "high": 38.92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T05:20:13.997Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}