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

← Primal Clash
Swampert

Swampert

Rare Holo #36 Pokémon Stage 2 HP 140
Types
Water
Illustrator
Shin Nagasawa
Expansion
Primal Clash · XY
Language
English
TCGplayer
95928

Attacks

Hydro Pump 40
Colorless · Colorless · Colorless

This attack does 30 more damage for each Water Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xy5-36vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5-36vrh",
    "name": "Swampert",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/36vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/36vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/36vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5",
      "name": "Primal Clash",
      "total": 164,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PRC",
      "printed_total": 160,
      "release_date": "2015/02/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "95928",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/36vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/36vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/36vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Diving Search",
        "text": "Once during your turn (before your attack), you may search your deck for a card. Shuffle your deck, then put that card on top of it.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Pump",
        "text": "This attack does 30 more damage for each Water Energy attached to this Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 34.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 34.38
        },
        {
          "condition": "LP",
          "price": 17.52
        },
        {
          "condition": "MP",
          "price": 14.96
        },
        {
          "condition": "HP",
          "price": 10.81
        },
        {
          "condition": "DMG",
          "price": 9.07
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 35.75,
          "low": 55,
          "high": 55,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 56.4,
          "low": 52,
          "high": 52,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 150,
          "low": 127.5,
          "high": 172.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 39.08,
          "low": 44.99,
          "high": 44.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 67.95,
          "low": 69.4,
          "high": 96.59,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8.5",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 75,
          "low": 63.75,
          "high": 86.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:31:16.225Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.17
      }
    }
  }
}