Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Collect 151 Journey
Tentacruel

Tentacruel

Uncommon #073/151 Pokémon Stage 1 HP 120
Types
Water
Illustrator
miki kudo
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Poisonous Whip 30
Colorless · Colorless

Your opponent's Active Pokémon is now Poisoned.

Tentacular Panic 90
Colorless · Colorless · Colorless

Flip a coin until you get tails. This attack does 90 damage for each heads. If the first flip is tails, your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/c151j-073?include=prices 200 67ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-073",
    "name": "Tentacruel",
    "number": "073/151",
    "printed_number": "073/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-073.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-073.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-073.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-073.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-073.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-073.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Poisonous Whip",
        "text": "Your opponent's Active Pokémon is now Poisoned.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tentacular Panic",
        "text": "Flip a coin until you get tails. This attack does 90 damage for each heads. If the first flip is tails, your opponent's Active Pokémon is now Confused.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "miki kudo",
    "pricing": {
      "currency": "USD",
      "market": 3.45,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T11:32:18.220Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}