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

← Vivid Portrayals (Indigo)
Crobat Vmax

Crobat Vmax

Rare #134/115 Pokémon VMAX HP 300
Types
Darkness
Illustrator
PLANETA Tsuji
Expansion
Vivid Portrayals (Indigo) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Stealth Poison 70
Colorless · Colorless

Your opponent's Active Pokémon is now Poisoned. Switch this Pokémon with 1 of your Benched Pokémon.

Max Cutter 180
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/vpi-134?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpi-134",
    "name": "Crobat Vmax",
    "number": "134/115",
    "printed_number": "134/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-134.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-134.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-134.large.webp"
      }
    ],
    "expansion": {
      "id": "vpi",
      "name": "Vivid Portrayals (Indigo)",
      "total": 143,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 143,
      "release_date": "2023/08/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vpi.logo.png",
      "translation": {
        "en": {
          "name": "Vivid Portrayals (Indigo)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-134.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-134.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-134.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "VMAX"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "300",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Stealth Poison",
        "text": "Your opponent's Active Pokémon is now Poisoned. Switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "70"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Max Cutter",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": 3.25,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T02:06:16.269Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}