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

← SoulSilver Collection
Crobat

Crobat

Non #36 Pokémon Stage 2
Types
Psychic
Illustrator
kawayoo
Expansion
SoulSilver Collection · LEGEND
Language
Japanese
TCGplayer
608271

Attacks

Supersonic 30
Psychic

The Defending Pokémon is now Confused.

Hurricane Wing 30×
Psychic · Colorless · Colorless

Flip 4 coins. This attack does 30 damage times the number of heads.

GET /api/v1/pokemon/cards/l1ss_ja-36?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l1ss_ja-36",
    "name": "Crobat",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/36.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/36.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/36.large.webp"
      }
    ],
    "expansion": {
      "id": "l1ss_ja",
      "name": "SoulSilver Collection",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L1",
      "printed_total": 70,
      "release_date": "2009/10/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1ss_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1ss_ja.symbol.png",
      "translation": {
        "en": {
          "name": "SoulSilver Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608271",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/36.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/36.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/36.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Supersonic",
        "text": "The Defending Pokémon is now Confused.",
        "damage": "30"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hurricane Wing",
        "text": "Flip 4 coins. This attack does 30 damage times the number of heads.",
        "damage": "30×"
      }
    ],
    "rarity": "Non",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 42.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 42.7
        },
        {
          "condition": "MP",
          "price": 1.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 22.8,
          "low": 19.38,
          "high": 26.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 47,
          "low": 39.95,
          "high": 54.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T00:03:07.155Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}