Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Shadow of Glory
Blastoise

Blastoise

Rare #014/066 Pokémon Stage 2 HP 170
Types
Water
Illustrator
nagimiso
Expansion
Shadow of Glory · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Hydro Pump 90
Colorless · Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/sog-014?include=prices 200 50ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sog-014",
    "name": "Blastoise",
    "number": "014/066",
    "printed_number": "014/066",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-014.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-014.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-014.large.webp"
      }
    ],
    "expansion": {
      "id": "sog",
      "name": "Shadow of Glory",
      "total": 89,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 89,
      "release_date": "2024/08/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sog.logo.png",
      "translation": {
        "en": {
          "name": "Shadow of Glory"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-014.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-014.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-014.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Hydro Pump",
        "text": "This attack does 30 more damage for each Water Energy attached to this Pokémon.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:31:22.764Z"
    }
  }
}