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

← Leaders' Stadium
Misty's Tentacool

Misty's Tentacool

Uncommon #72 Pokémon Basic HP 50
Types
Water
Illustrator
Ken Sugimori
Expansion
Leaders' Stadium · Gym
Language
Japanese
TCGplayer

Attacks

Crystal Beam 20
Water · Colorless

Flip a coin. If heads, your opponent can't attach Energy cards to the Defending Pokémon during his or her next turn.

GET /api/v1/pokemon/cards/gym1_ja-30?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym1_ja-30",
    "name": "Misty's Tentacool",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-30.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-30.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-30.large.webp"
      }
    ],
    "expansion": {
      "id": "gym1_ja",
      "name": "Leaders' Stadium",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Gym",
      "printed_total": 96,
      "release_date": "1998/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Leaders' Stadium"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-30.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-30.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-30.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Crystal Beam",
        "text": "Flip a coin. If heads, your opponent can't attach Energy cards to the Defending Pokémon during his or her next turn.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 5.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.99
        },
        {
          "condition": "LP",
          "price": 1.76
        },
        {
          "condition": "MP",
          "price": 0.99
        },
        {
          "condition": "HP",
          "price": 1.16
        },
        {
          "condition": "DMG",
          "price": 0.85
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 70,
          "low": 70,
          "high": 70,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 90,
          "low": 76.5,
          "high": 103.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 6.92,
          "low": 5.88,
          "high": 7.96,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 62,
          "low": 52.7,
          "high": 71.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 31.01,
          "low": 36,
          "high": 36,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 350,
          "low": 270,
          "high": 390,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 42.29,
          "low": 30.63,
          "high": 50,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:07:50.650Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}