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

← Next Destinies
Jellicent

Jellicent

Rare #35 Pokémon Stage 1 HP 120
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
Next Destinies · Black & White
Language
English
TCGplayer
86306

Attacks

Vengeful Wish
Colorless

If this Pokémon was damaged by an attack during your opponent's last turn, this attack does the same amount of damage done to the Defending Pokémon.

Absorb Life 30
Water · Water · Colorless

Heal 30 damage from this Pokémon.

GET /api/v1/pokemon/cards/bw4-35vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4-35vrh",
    "name": "Jellicent",
    "number": "35",
    "printed_number": "35",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/35vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/35vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/35vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw4",
      "name": "Next Destinies",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NXD",
      "printed_total": 99,
      "release_date": "2012/02/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86306",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/35vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/35vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/35vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Vengeful Wish",
        "text": "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does the same amount of damage done to the Defending Pokémon."
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Absorb Life",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 1.62,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.62
        },
        {
          "condition": "MP",
          "price": 1.41
        },
        {
          "condition": "HP",
          "price": 0.69
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:27:14.502Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}