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

← Ancient Origins
Magikarp

Magikarp

Common #19 Pokémon Basic HP 30
Types
Water
Illustrator
Akira Komayama
Expansion
Ancient Origins · XY
Language
English
TCGplayer
101440

Attacks

Epic Splash 30
Water

Flip 2 coins. If either of them is tails, this attack does nothing.

GET /api/v1/pokemon/cards/xy7-19?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7-19",
    "name": "Magikarp",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/19.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/19.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/19.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7",
      "name": "Ancient Origins",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "AOR",
      "printed_total": 98,
      "release_date": "2015/08/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "101440",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/19.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/19.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/19.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Epic Splash",
        "text": "Flip 2 coins. If either of them is tails, this attack does nothing.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.22
        },
        {
          "condition": "MP",
          "price": 0.16
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 92.05,
          "low": 74.99,
          "high": 74.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 11.4,
          "low": 18,
          "high": 18,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 15.38,
          "low": 25,
          "high": 25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11,
          "low": 5,
          "high": 12,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 15.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 51,
          "low": 43.35,
          "high": 58.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:21:33.519Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.33
      }
    }
  }
}