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

← Fates Collide
Dewgong

Dewgong

Uncommon #16 Pokémon Stage 1 HP 120
Types
Water
Illustrator
Naoyo Kimura
Expansion
Fates Collide · XY
Language
English
TCGplayer
117778

Attacks

Freezing Breath 20
Water

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed. If tails, your opponent's Active Pokémon is now Asleep.

Aurora Beam 100
Water · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/xy10-16vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10-16vrh",
    "name": "Dewgong",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/16vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/16vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/16vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10",
      "name": "Fates Collide",
      "total": 129,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FCO",
      "printed_total": 124,
      "release_date": "2016/05/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "117778",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/16vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/16vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/16vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Freezing Breath",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed. If tails, your opponent's Active Pokémon is now Asleep.",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Aurora Beam",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 1.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.18
        },
        {
          "condition": "LP",
          "price": 0.88
        },
        {
          "condition": "MP",
          "price": 0.6
        },
        {
          "condition": "HP",
          "price": 0.59
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:50:16.099Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}