Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Collect 151 Journey
Parasect

Parasect

Uncommon #047/151 Pokémon Stage 1 HP 120
Types
Grass
Illustrator
Yoriyuki Ikegami
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Spread Filaments
Colorless

Flip 2 coins. Search your deck for a number of Grass Pokémon up to the number of heads and put them onto your Bench. Then, shuffle your deck.

Claw Slash 50
Colorless · Colorless
GET /api/v1/pokemon/cards/c151j-047?include=prices 200 55ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-047",
    "name": "Parasect",
    "number": "047/151",
    "printed_number": "047/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-047.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-047.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-047.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "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/c151j-047.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-047.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-047.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Spread Filaments",
        "text": "Flip 2 coins. Search your deck for a number of Grass Pokémon up to the number of heads and put them onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Claw Slash",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Yoriyuki Ikegami",
    "pricing": {
      "currency": "USD",
      "market": 4.58,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T11:31:46.093Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}