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

← Pokémon TCG Classic - Blastoise (Water Deck)
Magikarp

Magikarp

None #006/032 Pokémon Basic HP 30
Types
Water
Expansion
Pokémon TCG Classic - Blastoise (Water Deck)
Language
Japanese
TCGplayer
591880

Attacks

Splash 10
Colorless
GET /api/v1/pokemon/cards/clk_ja-6vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clk_ja-6vh",
    "name": "Magikarp",
    "number": "006/032",
    "printed_number": "006/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591880_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591880_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591880_in_1000x1000.jpg"
      }
    ],
    "expansion": {
      "id": "clk_ja",
      "name": "Pokémon TCG Classic - Blastoise (Water Deck)",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "release_date": "2023/02/27",
      "translation": {
        "en": {
          "name": "Pokémon TCG Classic - Blastoise (Water Deck)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "591880",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591880_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591880_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591880_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Splash",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 11.22,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 32.59,
          "low": 24.3,
          "high": 52.39,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 14,
          "trend": {
            "direction": "down",
            "percent": -5.5
          }
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 45,
          "low": 33.39,
          "high": 186.4,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 17,
          "trend": {
            "direction": "down",
            "percent": -54.4
          }
        }
      ],
      "market_updated_at": "2026-09-22T03:26:56.757Z"
    }
  }
}