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

← Mysterious Treasures
Remoraid

Remoraid

Common #95 Pokémon Basic HP 60
Types
Water
Illustrator
Sumiyoshi Kizuki
Expansion
Mysterious Treasures · Diamond & Pearl
Language
English
TCGplayer
88697

Attacks

Sharpshooting
Water

Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Numbing Water 20
Water · Water

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/dp2-95?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2-95",
    "name": "Remoraid",
    "number": "95",
    "printed_number": "95",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/95.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/95.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/95.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2",
      "name": "Mysterious Treasures",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MT",
      "printed_total": 123,
      "release_date": "2007/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88697",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/95.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/95.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/95.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Sharpshooting",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Numbing Water",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+10"
      }
    ],
    "rarity": "Common",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "LP",
          "price": 0.25
        },
        {
          "condition": "MP",
          "price": 0.27
        },
        {
          "condition": "HP",
          "price": 0.15
        },
        {
          "condition": "DMG",
          "price": 0.12
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:30:25.245Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}