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

← Intro Pack (Squirtle)
Blastoise

Blastoise

Common #0 Pokémon Stage 2 HP 100
Types
Water
Illustrator
Ken Sugimori
Expansion
Intro Pack (Squirtle) · Other
Language
Japanese
TCGplayer

Attacks

Hydro Pump 40+
Water · Water · Water

Does 40 damage plus 10 more damage for each Water Energy attached to Blastoise but not used to pay for this attack's Energy cost. Extra Water Energy after the 2nd doesn't count.

GET /api/v1/pokemon/cards/ips_ja-0vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ips_ja-0vh",
    "name": "Blastoise",
    "number": "0",
    "printed_number": "0",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-0vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-0vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-0vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ips_ja",
      "name": "Intro Pack (Squirtle)",
      "total": 41,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Other",
      "printed_total": 40,
      "release_date": "1999/07/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ips_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ips_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Intro Pack (Squirtle)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-0vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-0vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ips_ja-0vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Rain Dance",
        "text": "As often as you like during your turn (before your attack), you may attach 1 Water Energy card to 1 of your Water Pokémon. (This doesn't use up your 1 Energy card attachment for the turn.) This power can't be used if Blastoise is Asleep, Confused, or Paralyzed.",
        "type": "Pokémon Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Pump",
        "text": "Does 40 damage plus 10 more damage for each Water Energy attached to Blastoise but not used to pay for this attack's Energy cost. Extra Water Energy after the 2nd doesn't count.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 51.41,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 799,
          "low": 162,
          "high": 1039,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 1487,
          "low": 149.17,
          "high": 3700,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 335,
          "low": 100.56,
          "high": 583,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 300,
          "low": 228,
          "high": 304,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-03T04:28:23.276Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}