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

← Destined Rivals
Team Rocket's Golbat

Team Rocket's Golbat

Uncommon #121 Pokémon Stage 1 HP 80
Types
Darkness
Illustrator
AKIRA EGAWA
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
632929

Attacks

Confuse Ray 30
Darkness

Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/sv10-121vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-121vrh",
    "name": "Team Rocket's Golbat",
    "number": "121",
    "printed_number": "121",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/121vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/121vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/121vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "632929",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/121vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/121vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/121vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Sneaky Bite",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may put 2 damage counters on 1 of your opponent's Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Confuse Ray",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "LP",
          "price": 0.31
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "HP",
          "price": 0.23
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:33:09.404Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.94
      }
    }
  }
}