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

← Surging Sparks
Quaquaval

Quaquaval

Uncommon #52 Pokémon Stage 2 HP 170
Types
Water
Illustrator
nagimiso
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
590030

Attacks

Hydro Splash 120
Water · Colorless
GET /api/v1/pokemon/cards/sv8-52?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-52",
    "name": "Quaquaval",
    "number": "52",
    "printed_number": "52",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/52.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/52.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/52.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "590030",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/52.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/52.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/52.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Up-Tempo",
        "text": "You must put a card from your hand on the bottom of your deck in order to use this Ability. Once during your turn, you may draw cards until you have 5 cards in your hand.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hydro Splash",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-24T03:04:43.419Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}