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

← Paldea Evolved
Cetitan

Cetitan

Uncommon #55 Pokémon Stage 1 HP 180
Types
Water
Illustrator
Pani Kobayashi
Expansion
Paldea Evolved · Scarlet & Violet
Language
English
TCGplayer
497466

Attacks

Icicle Missile 50
Water · Colorless
Special Horn 80
Water · Water · Colorless

If this Pokémon has any Special Energy attached, this attack does 140 more damage.

GET /api/v1/pokemon/cards/sv2-55?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2-55",
    "name": "Cetitan",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/55.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/55.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/55.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2",
      "name": "Paldea Evolved",
      "total": 279,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAL",
      "printed_total": 193,
      "release_date": "2023/06/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "497466",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/55.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/55.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/55.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Icicle Missile",
        "damage": "50"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Special Horn",
        "text": "If this Pokémon has any Special Energy attached, this attack does 140 more damage.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Pani Kobayashi",
    "pricing": {
      "currency": "USD",
      "market": 0.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.13
        },
        {
          "condition": "LP",
          "price": 0.07
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:32:55.520Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.14
      }
    }
  }
}