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

← Dragon Storm
Magikarp

Magikarp

usually #15 Pokémon Basic HP 30
Types
Water
Illustrator
Sekio
Expansion
Dragon Storm · Sun & Moon
Language
Japanese
TCGplayer
573730

Attacks

Water Splash 10+
Water

Flip a coin. If heads, this attack does 10 more damage.

GET /api/v1/pokemon/cards/sm6a_ja-15?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6a_ja-15",
    "name": "Magikarp",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/15.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/15.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/15.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6a_ja",
      "name": "Dragon Storm",
      "total": 66,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6a",
      "printed_total": 53,
      "release_date": "2018/04/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Storm"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573730",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/15.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/15.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/15.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Splash",
        "text": "Flip a coin. If heads, this attack does 10 more damage.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Sekio",
    "pricing": {
      "currency": "USD",
      "market": 1.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 122,
          "low": 103.7,
          "high": 140.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 62,
          "low": 57.6,
          "high": 4952,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7,
          "trend": {
            "direction": "down",
            "percent": -63.5
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.96,
          "low": 13.86,
          "high": 15.32,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-16T05:46:11.256Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}