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
Janine's Crobat

Janine's Crobat

usually #66 Pokémon Basic
Types
Grass
Illustrator
Tomokazu Komiya
Expansion
Pokémon VS · VS
Language
Japanese
TCGplayer
631774

Attacks

Supersonic
Grass

Flip a coin. If heads, the Defending Pokémon is now Confused.

Spiral Dive
Colorless · Colorless · Colorless

Does 10 damage to each of your opponent's Pokémon. Don't apply Weakness or Resistance.

GET /api/v1/pokemon/cards/vs1_ja-66?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vs1_ja-66",
    "name": "Janine's Crobat",
    "number": "66",
    "printed_number": "66",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/66.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/66.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/66.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": "631774",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/66.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/66.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/66.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Supersonic",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Spiral Dive",
        "text": "Does 10 damage to each of your opponent's Pokémon. Don't apply Weakness or Resistance."
      }
    ],
    "rarity": "usually",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 75
        },
        {
          "condition": "LP",
          "price": 72
        },
        {
          "condition": "DMG",
          "price": 50
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 116.75,
          "low": 125,
          "high": 125,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 69.5,
          "low": 59.08,
          "high": 79.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 136.03,
          "low": 129,
          "high": 161,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 84,
          "low": 71.4,
          "high": 96.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 225,
          "low": 191.25,
          "high": 258.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:22:16.637Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}