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

← Red Collection
Jellicent

Jellicent

Non #22 Pokémon Stage 1
Types
Water
Illustrator
Kagemaru Himeno
Expansion
Red Collection · Black & White
Language
Japanese
TCGplayer
600944

Attacks

Hydro Pump 10+
Colorless · Colorless

Does 20 more damage for each Water Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/bw2_ja-22?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw2_ja-22",
    "name": "Jellicent",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/22.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/22.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/22.large.webp"
      }
    ],
    "expansion": {
      "id": "bw2_ja",
      "name": "Red Collection",
      "total": 72,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW2",
      "printed_total": 66,
      "release_date": "2011/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Red Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "600944",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/22.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/22.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2_ja/22.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "abilities": [
      {
        "name": "Cursed Body",
        "text": "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), the Attacking Pokémon is now Confused.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hydro Pump",
        "text": "Does 20 more damage for each Water Energy attached to this Pokémon.",
        "damage": "10+"
      }
    ],
    "rarity": "Non",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.65
        },
        {
          "condition": "MP",
          "price": 0.35
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-16T10:07:10.078Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}