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

← Shining Synergy (Supreme)
Parasect

Parasect

Uncommon #011/150 Pokémon Stage 1 HP 100
Types
Grass
Illustrator
Satoshi Shirai
Expansion
Shining Synergy (Supreme) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Mysterious Powder 30
Colorless · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/sssu-011?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssu-011",
    "name": "Parasect",
    "number": "011/150",
    "printed_number": "011/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-011.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-011.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-011.large.webp"
      }
    ],
    "expansion": {
      "id": "sssu",
      "name": "Shining Synergy (Supreme)",
      "total": 193,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 193,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssu.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Supreme)"
        }
      }
    },
    "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/sssu-011.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-011.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-011.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mysterious Powder",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:30.879Z"
    }
  }
}