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

← White Flare
Jellicent ex

Jellicent ex

Special Illustration Rare #168 Pokémon Stage 1ex HP 270
Types
Psychic
Illustrator
Narano
Expansion
White Flare · Scarlet & Violet
Language
English
TCGplayer
642285

Attacks

Power Press 80+
Psychic · Colorless

If this Pokémon has at least 2 extra Energy attached (in addition to this attack's cost), this attack does 80 more damage.

GET /api/v1/pokemon/cards/rsv10pt5-168vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "rsv10pt5-168vh",
    "name": "Jellicent ex",
    "number": "168",
    "printed_number": "168",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/168vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/168vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/168vh.large.webp"
      }
    ],
    "expansion": {
      "id": "rsv10pt5",
      "name": "White Flare",
      "total": 173,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "WHT",
      "printed_total": 86,
      "release_date": "2025/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/rsv10pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/rsv10pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "642285",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/168vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/168vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/rsv10pt5/168vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "270",
    "abilities": [
      {
        "name": "Oceanic Curse",
        "text": "As long as this Pokémon is in the Active Spot, your opponent can't play any Item cards or Pokémon Tool cards from their hand.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Power Press",
        "text": "If this Pokémon has at least 2 extra Energy attached (in addition to this attack's cost), this attack does 80 more damage.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Special Illustration Rare",
    "artist": "Narano",
    "pricing": {
      "currency": "USD",
      "market": 25.72,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 25.72
        },
        {
          "condition": "HP",
          "price": 24
        },
        {
          "condition": "DMG",
          "price": 23.74
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 57.45,
          "low": 66.95,
          "high": 66.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 56.85,
          "low": 43,
          "high": 166,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 21.5,
          "low": 18.27,
          "high": 24.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 42,
          "low": 39.15,
          "high": 42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 80,
          "low": 76,
          "high": 125.1,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 39,
          "trend": {
            "direction": "down",
            "percent": -14.2
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 23.25,
          "low": 23.05,
          "high": 26.25,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 28.82,
          "high": 35,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10,
          "trend": {
            "direction": "down",
            "percent": -14.3
          }
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 80.3,
          "low": 68.2,
          "high": 80.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:08:33.713Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.9
      }
    }
  }
}