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

← Journey Together
Parasect

Parasect

Common #5 Pokémon Stage 1 HP 120
Types
Grass
Illustrator
Tetsu Kayama
Expansion
Journey Together · Scarlet & Violet
Language
English
TCGplayer
623432

Attacks

Spore
Colorless

Your opponent's Active Pokémon is now Asleep.

Scissor Swing 60+
Grass · Colorless

Flip 2 coins. This attack does 30 more damage for each heads.

GET /api/v1/pokemon/cards/sv9-5vrh?include=prices 200 25ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9-5vrh",
    "name": "Parasect",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/5vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/5vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/5vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9",
      "name": "Journey Together",
      "total": 190,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "JTG",
      "printed_total": 159,
      "release_date": "2025/03/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "623432",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/5vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/5vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/5vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Spore",
        "text": "Your opponent's Active Pokémon is now Asleep."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Scissor Swing",
        "text": "Flip 2 coins. This attack does 30 more damage for each heads.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Tetsu Kayama",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "LP",
          "price": 0.18
        },
        {
          "condition": "MP",
          "price": 0.04
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:12:09.107Z",
      "trend_7d": {
        "direction": "up",
        "percent": 13.04
      }
    }
  }
}