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)
Gyarados

Gyarados

None #007/032 Pokémon Stage 1 HP 130
Types
Water
Expansion
Pokémon TCG Classic - Blastoise (Water Deck)
Language
Japanese
TCGplayer
591881

Attacks

Hydro Splash 50
Colorless · Colorless · Water
Hyper Beam 80
Colorless · Colorless · Water · Water

Discard an Energy card from your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/clk_ja-7vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clk_ja-7vh",
    "name": "Gyarados",
    "number": "007/032",
    "printed_number": "007/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591881_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591881_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591881_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": "591881",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591881_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591881_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591881_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Splash",
        "damage": "50"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 4,
        "name": "Hyper Beam",
        "text": "Discard an Energy card from your opponent's Active Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning x2",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 21.69,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 31.75,
          "low": 22.75,
          "high": 40.74,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 43.5,
          "low": 25,
          "high": 63.48,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 16,
          "trend": {
            "direction": "up",
            "percent": 22.5
          }
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 70,
          "low": 61.99,
          "high": 73.99,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 77.49,
          "low": 55.5,
          "high": 105.82,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 62.52,
          "low": 49.3,
          "high": 67.69,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-19T03:16:00.991Z"
    }
  }
}