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

← Destined Rivals
Misty's Magikarp

Misty's Magikarp

Common #48 Pokémon Basic HP 30
Types
Water
Illustrator
Shimaris Yukichi
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
630815

Attacks

Splash 10
Water
GET /api/v1/pokemon/cards/sv10-48vrh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-48vrh",
    "name": "Misty's Magikarp",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/48vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/48vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/48vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "630815",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/48vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/48vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/48vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "30",
    "abilities": [
      {
        "name": "So Submerged",
        "text": "As long as this Pokémon is on your Bench, prevent all damage from and effects of attacks from your opponent's Pokémon done to this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Splash",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shimaris Yukichi",
    "pricing": {
      "currency": "USD",
      "market": 0.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.47
        },
        {
          "condition": "MP",
          "price": 0.39
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 57.71,
          "low": 79.99,
          "high": 79.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.95,
          "low": 19.51,
          "high": 26.39,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29.97,
          "low": 30,
          "high": 30,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 82,
          "low": 61.2,
          "high": 85.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T03:33:09.404Z",
      "trend_7d": {
        "direction": "up",
        "percent": 9.3
      }
    }
  }
}