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

← Pokémon VS
Koga's Crobat

Koga's Crobat

usually #79 Pokémon Basic
Types
Grass
Illustrator
Toshinao Aoki
Expansion
Pokémon VS · VS
Language
Japanese
TCGplayer
631846

Attacks

Wing Attack 10
Colorless
Poison Bite 10
Grass · Colorless · Colorless

If this attack damages the Defending Pokémon, the Defending Pokémon is now Poisoned and you remove a number of damage counters from Koga's Crobat equal to half that damage (rounded up to the nearest 10). If Koga's Crobat has fewer damage counters than that, remove all of them.

GET /api/v1/pokemon/cards/vs1_ja-79?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vs1_ja-79",
    "name": "Koga's Crobat",
    "number": "79",
    "printed_number": "79",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/79.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/79.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/79.large.webp"
      }
    ],
    "expansion": {
      "id": "vs1_ja",
      "name": "Pokémon VS",
      "total": 151,
      "language": "Japanese",
      "language_code": "ja",
      "series": "VS",
      "printed_total": 141,
      "release_date": "2001/07/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon VS"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "631846",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/79.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/79.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/79.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Wing Attack",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Poison Bite",
        "text": "If this attack damages the Defending Pokémon, the Defending Pokémon is now Poisoned and you remove a number of damage counters from Koga's Crobat equal to half that damage (rounded up to the nearest 10). If Koga's Crobat has fewer damage counters than that, remove all of them.",
        "damage": "10"
      }
    ],
    "rarity": "usually",
    "artist": "Toshinao Aoki",
    "pricing": {
      "currency": "USD",
      "market": 48.66,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 48.66
        },
        {
          "condition": "LP",
          "price": 41.94
        },
        {
          "condition": "MP",
          "price": 30.65
        },
        {
          "condition": "HP",
          "price": 21.67
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 77.5,
          "low": 77.5,
          "high": 86.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 37.84,
          "low": 41,
          "high": 41,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 25,
          "high": 26.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:22:16.637Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.22
      }
    }
  }
}