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

← Awakening Legends
Parasect

Parasect

Uncommon #47 Pokémon Stage 1 HP 60
Types
Grass
Illustrator
Atsuko Nishida
Expansion
Awakening Legends · Neo
Language
Japanese
TCGplayer

Attacks

Sleep Pinchers 30
Grass · Grass

Flip a coin. If heads, the Defending Pokémon is now Asleep.

GET /api/v1/pokemon/cards/neo3_ja-5?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo3_ja-5",
    "name": "Parasect",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-5.large.webp"
      }
    ],
    "expansion": {
      "id": "neo3_ja",
      "name": "Awakening Legends",
      "total": 57,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 57,
      "release_date": "2000/11/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Awakening Legends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Allergic Pollen",
        "text": "As long as Parasect is in play, cards in any player's discard piles are not affected by attacks or Pokémon Powers. This power stops working if Parasect becomes Asleep, Confused, or Paralyzed.",
        "type": "Pokémon Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Sleep Pinchers",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 1.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.22
        },
        {
          "condition": "LP",
          "price": 0.8
        },
        {
          "condition": "MP",
          "price": 0.25
        },
        {
          "condition": "HP",
          "price": 0.5
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.48,
          "low": 18.74,
          "high": 22.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T22:49:12.074Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}