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

← Supreme Victors
Dewgong

Dewgong

Rare #24 Pokémon Stage 1 HP 100
Types
Water
Illustrator
Kanako Eo
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
84791

Attacks

Ice Shard 30
Water · Colorless

If the Defending Pokémon is a Fighting Pokémon, this attack's base damage is 80 instead of 30.

Aurora Beam 70
Water · Water · Colorless · Colorless
GET /api/v1/pokemon/cards/pl3-24?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-24",
    "name": "Dewgong",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/24.large.webp"
      }
    ],
    "expansion": {
      "id": "pl3",
      "name": "Supreme Victors",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "SV",
      "printed_total": 147,
      "release_date": "2009/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84791",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/24.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Thick Fat",
        "text": "Any damage done to Dewgong by attacks from Fire Pokémon and Water Pokémon is reduced by 30 (after applying Weakness and Resistance).",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ice Shard",
        "text": "If the Defending Pokémon is a Fighting Pokémon, this attack's base damage is 80 instead of 30.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Aurora Beam",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kanako Eo",
    "pricing": {
      "currency": "USD",
      "market": 2.6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.6
        },
        {
          "condition": "LP",
          "price": 1.76
        },
        {
          "condition": "MP",
          "price": 1.15
        },
        {
          "condition": "HP",
          "price": 0.5
        },
        {
          "condition": "DMG",
          "price": 1.02
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:56:00.782Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}