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

← Wind from the Sea
Tentacool

Tentacool

usually #28 Pokémon Basic HP 50
Types
Water
Illustrator
Hajime Kusajima
Expansion
Wind from the Sea · E-Card
Language
Japanese
TCGplayer
576422

Attacks

Poison Sting
Colorless

Flip a coin. If heads, the Defending Pokémon is now Poisoned.

Recover
Water

Discard 1 Water Energy card attached to Tentacool in order to use this attack. Remove all damage counters from Tentacool.

GET /api/v1/pokemon/cards/ecard3_ja-28?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard3_ja-28",
    "name": "Tentacool",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/28.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/28.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/28.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard3_ja",
      "name": "Wind from the Sea",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 87,
      "release_date": "2002/05/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Wind from the Sea"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576422",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/28.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/28.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/28.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Sting",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned."
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Recover",
        "text": "Discard 1 Water Energy card attached to Tentacool in order to use this attack. Remove all damage counters from Tentacool."
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 9.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.2
        },
        {
          "condition": "LP",
          "price": 4.75
        },
        {
          "condition": "MP",
          "price": 4
        },
        {
          "condition": "HP",
          "price": 3.79
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 168.93,
          "low": 200,
          "high": 200,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18.28,
          "low": 23.5,
          "high": 23.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.11,
          "low": 23.23,
          "high": 30.98,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:57:07.849Z",
      "trend_7d": {
        "direction": "down",
        "percent": -68.28
      }
    }
  }
}