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

← Generations
Parasect

Parasect

Rare #7 Pokémon Stage 1 HP 100
Types
Grass
Illustrator
Sumiyoshi Kizuki
Expansion
Generations · XY
Language
English
TCGplayer
113665

Attacks

Colorful Spores
Colorless

Choose 3 of your Pokémon. For each of those Pokémon, search your deck for a different type of basic Energy card and attach it to that Pokémon. Shuffle your deck afterward.

X-Scissor 30
Grass · Colorless

Flip a coin. If heads, this attack does 30 more damage.

GET /api/v1/pokemon/cards/g1-7vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "g1-7vrh",
    "name": "Parasect",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/7vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/7vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/7vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "g1",
      "name": "Generations",
      "total": 117,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "GEN",
      "printed_total": 83,
      "release_date": "2016/02/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "113665",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/7vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/7vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/7vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Colorful Spores",
        "text": "Choose 3 of your Pokémon. For each of those Pokémon, search your deck for a different type of basic Energy card and attach it to that Pokémon. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "X-Scissor",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 2.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.1
        },
        {
          "condition": "LP",
          "price": 1.69
        },
        {
          "condition": "MP",
          "price": 1.36
        },
        {
          "condition": "HP",
          "price": 0.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:13:58.608Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}