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

← Journey Together
Parasect

Parasect

Common #5
Illustrator
Tetsu Kayama
Expansion
Journey Together · Scarlet & Violet
Language
English
TCGplayer
623432
GET /api/v1/pokemon/cards/sv9-5?include=prices 200 116ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9-5",
    "name": "Parasect",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/5.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/5.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/5.large.png"
      }
    ],
    "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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/5.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/5.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/5.large.png"
          }
        ]
      }
    ],
    "rarity": "Common",
    "artist": "Tetsu Kayama",
    "pricing": {
      "currency": "USD",
      "market": 0.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.12
        },
        {
          "condition": "LP",
          "price": 0.09
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 119,
          "low": 101.15,
          "high": 136.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T02:09:29.861Z",
      "trend_7d": {
        "direction": "down",
        "percent": -33.33
      }
    }
  }
}