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

← Raging Surf
Remoraid

Remoraid

usually #3 Pokémon Basic HP 70
Types
Water
Illustrator
Midori Harada
Expansion
Raging Surf · Scarlet & Violet
Language
Japanese
TCGplayer
566861

Attacks

Sprinkle Water 10
Colorless
GET /api/v1/pokemon/cards/sv3a_ja-3?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3a_ja-3",
    "name": "Remoraid",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/3.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3a_ja",
      "name": "Raging Surf",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV3a",
      "printed_total": 62,
      "release_date": "2023/09/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Raging Surf"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566861",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sprinkle Water",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T13:50:32.157Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}