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

← Miracle Crystal
Swalot

Swalot

Rare Holo #9 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
Mitsuhiro Arita
Expansion
Miracle Crystal · PCG
Language
Japanese
TCGplayer
611565

Attacks

Pick and Choose
Colorless · Colorless

Choose either Burned or Poisoned, and either Asleep or Confused. The Defending Pokémon is now affected by both Special Conditions.

Reactive Poison 50+
Grass · Colorless · Colorless

Does 50 damage plus 20 more damage for each Special Condition affecting the Defending Pokémon.

GET /api/v1/pokemon/cards/pcg8_ja-9vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg8_ja-9vh",
    "name": "Swalot",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/9vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/9vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/9vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg8_ja",
      "name": "Miracle Crystal",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 75,
      "release_date": "2006/03/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Miracle Crystal"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "611565",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/9vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/9vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/9vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Pick and Choose",
        "text": "Choose either Burned or Poisoned, and either Asleep or Confused. The Defending Pokémon is now affected by both Special Conditions."
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Reactive Poison",
        "text": "Does 50 damage plus 20 more damage for each Special Condition affecting the Defending Pokémon.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 5.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.57
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 91,
          "low": 77.35,
          "high": 104.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-06-04T03:56:53.818Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}