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

← Cry from the Mysterious
Tentacruel

Tentacruel

Non #79 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Kouki Saitou
Expansion
Cry from the Mysterious · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Tentacle Strike

Search your opponent's discard pile for up to 2 Energy cards and attach them to any of your opponent's Pokémon in any way you like. For each Energy card attached in this way, this attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Dangerous Poison 60
Water · Colorless · Colorless

If Tentacruel has less Energy attached to it than the Defending Pokémon, the Defending Pokémon is now Paralyzed and Poisoned.

GET /api/v1/pokemon/cards/dp5c_ja-79?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5c_ja-79",
    "name": "Tentacruel",
    "number": "79",
    "printed_number": "79",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-79.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-79.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-79.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5c_ja",
      "name": "Cry from the Mysterious",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP5",
      "printed_total": 63,
      "release_date": "2008/03/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cry from the Mysterious"
        }
      }
    },
    "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/dp5c_ja-79.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-79.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-79.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Tentacle Strike",
        "text": "Search your opponent's discard pile for up to 2 Energy cards and attach them to any of your opponent's Pokémon in any way you like. For each Energy card attached in this way, this attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dangerous Poison",
        "text": "If Tentacruel has less Energy attached to it than the Defending Pokémon, the Defending Pokémon is now Paralyzed and Poisoned.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+20"
      }
    ],
    "rarity": "Non",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 2.41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.41
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-30T10:46:21.017Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}