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

← Crystal Guardians
Blastoise (Staff Stamp)

Blastoise (Staff Stamp)

Rare #14 Pokémon Stage 2 HP 120
Types
Water
Illustrator
Kouki Saitou
Expansion
Crystal Guardians · EX
Language
English
TCGplayer
174491

Attacks

Hydro Pump 50+
Water · Colorless · Colorless

Does 50 damage plus 20 more damage for each Water Energy attached to Blastoise but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way.

GET /api/v1/pokemon/cards/ex14-14vs?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex14-14vs",
    "name": "Blastoise (Staff Stamp)",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14-14vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14-14vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14-14vs.large.webp"
      }
    ],
    "expansion": {
      "id": "ex14",
      "name": "Crystal Guardians",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "CG",
      "printed_total": 100,
      "release_date": "2006/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex14.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex14.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "174491",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14-14vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14-14vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14-14vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Water Pressure",
        "text": "As long as Blastoise's remaining HP is 40 or less, Blastoise does 40 more damage to the Defending Pokémon (before applying Weakness and Resistance).",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Pump",
        "text": "Does 50 damage plus 20 more damage for each Water Energy attached to Blastoise but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 899.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 899.95
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 1595.95,
          "low": 1356.56,
          "high": 1835.34,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 210,
          "low": 178.5,
          "high": 241.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 1375,
          "low": 403.5,
          "high": 1375,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T17:21:58.288Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}