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

← Call of Legends
Magikarp

Magikarp

Common #61 Pokémon Basic HP 30
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
Call of Legends · HeartGold & SoulSilver
Language
English
TCGplayer
87035

Attacks

Splash 10
Colorless
GET /api/v1/pokemon/cards/col1-61vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "col1-61vrh",
    "name": "Magikarp",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/61vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/61vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/61vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "col1",
      "name": "Call of Legends",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "CL",
      "printed_total": 95,
      "release_date": "2011/02/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87035",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/61vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/61vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1/61vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Splash",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 38.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 38.39
        },
        {
          "condition": "LP",
          "price": 20.41
        },
        {
          "condition": "MP",
          "price": 11.58
        },
        {
          "condition": "HP",
          "price": 8
        },
        {
          "condition": "DMG",
          "price": 5.51
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 53,
          "low": 53,
          "high": 53,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 594,
          "low": 578,
          "high": 594,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 26.16,
          "low": 18.45,
          "high": 34.05,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 45,
          "low": 44.25,
          "high": 45.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 74.73,
          "low": 68.9,
          "high": 100.19,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 368.48,
          "low": 339.8,
          "high": 482.2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:35:50.578Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.83
      }
    }
  }
}