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

← Flight of Legends
Magikarp

Magikarp

usually #34 Pokémon Basic HP 30
Types
Water
Illustrator
Atsuko Nishida
Expansion
Flight of Legends · PCG
Language
Japanese
TCGplayer
612412

Attacks

Surprise Attack 10
Colorless

Flip a coin. If tails, this attack does nothing.

Ascension
Water · Colorless

Search your deck for a card that evolves from Magikarp and put it on Magikarp. (This counts as evolving Magikarp.) Shuffle your deck afterward.

GET /api/v1/pokemon/cards/pcg1_ja-34?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg1_ja-34",
    "name": "Magikarp",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/34.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/34.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/34.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg1_ja",
      "name": "Flight of Legends",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 82,
      "release_date": "2004/04/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Flight of Legends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612412",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/34.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/34.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/34.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Surprise Attack",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ascension",
        "text": "Search your deck for a card that evolves from Magikarp and put it on Magikarp. (This counts as evolving Magikarp.) Shuffle your deck afterward."
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 5.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.13
        },
        {
          "condition": "LP",
          "price": 4.99
        },
        {
          "condition": "MP",
          "price": 3.75
        },
        {
          "condition": "HP",
          "price": 3
        },
        {
          "condition": "DMG",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 71.3,
          "low": 60.61,
          "high": 81.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.4,
          "low": 7.14,
          "high": 9.66,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 158,
          "low": 153.4,
          "high": 196.9,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33.7,
          "low": 54.99,
          "high": 54.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-06-02T02:51:39.987Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}