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

← Clash of the Blue Sky
Magikarp

Magikarp

usually #23 Pokémon Basic HP 30
Types
Water
Illustrator
Hisao Nakamura
Expansion
Clash of the Blue Sky · PCG
Language
Japanese
TCGplayer
612297

Attacks

Leap Out
Colorless

Switch Magikarp with 1 of your Benched Pokémon.

Rage 10+
Water · Colorless

Does 10 damage plus 10 more damage for each damage counter on Magikarp.

GET /api/v1/pokemon/cards/pcg2_ja-23?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg2_ja-23",
    "name": "Magikarp",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/23.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/23.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/23.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg2_ja",
      "name": "Clash of the Blue Sky",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 82,
      "release_date": "2004/07/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clash of the Blue Sky"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612297",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/23.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/23.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/23.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Leap Out",
        "text": "Switch Magikarp with 1 of your Benched Pokémon."
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rage",
        "text": "Does 10 damage plus 10 more damage for each damage counter on Magikarp.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Hisao Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 3.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.95
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 90,
          "low": 90,
          "high": 200,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32.16,
          "low": 25.2,
          "high": 46.84,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:01:52.132Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}