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

← ADV Expansion Pack
Swampert

Swampert

Rare Holo #16 Pokémon Stage 2 HP 110
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
ADV Expansion Pack · ADV
Language
Japanese
TCGplayer
613065

Attacks

Hypno Splash 50
Water · Water · Colorless · Colorless

The Defending Pokémon is now Asleep.

GET /api/v1/pokemon/cards/adv1_ja-16vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv1_ja-16vh",
    "name": "Swampert",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/16vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/16vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/16vh.large.webp"
      }
    ],
    "expansion": {
      "id": "adv1_ja",
      "name": "ADV Expansion Pack",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 55,
      "release_date": "2003/01/31",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "ADV Expansion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613065",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/16vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/16vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv1_ja/16vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Water Call",
        "text": "Once during your turn (before your attack), you may attach a Water Energy card from your hand to your Active Pokémon. This power can't be used if Swampert is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Hypno Splash",
        "text": "The Defending Pokémon is now Asleep.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 36.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 36.57
        },
        {
          "condition": "HP",
          "price": 13.99
        },
        {
          "condition": "DMG",
          "price": 3.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 121,
          "low": 102.85,
          "high": 139.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 37,
          "low": 31.45,
          "high": 42.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:22:18.406Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}