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

← Raging Surf
Octillery

Octillery

usually #4 Pokémon Stage 1 HP 110
Types
Water
Illustrator
Yuka Morii
Expansion
Raging Surf · Scarlet & Violet
Language
Japanese
TCGplayer
566862

Attacks

Smokescreen Bomb 60
Water · Colorless

During your opponent's next turn, if the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack doesn't happen.

GET /api/v1/pokemon/cards/sv3a_ja-4?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3a_ja-4",
    "name": "Octillery",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/4.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3a_ja",
      "name": "Raging Surf",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV3a",
      "printed_total": 62,
      "release_date": "2023/09/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Raging Surf"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566862",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Suction Draw",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may draw 3 cards.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Smokescreen Bomb",
        "text": "During your opponent's next turn, if the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack doesn't happen.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        },
        {
          "condition": "LP",
          "price": 0.14
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:18:26.281Z",
      "trend_7d": {
        "direction": "down",
        "percent": -48.48
      }
    }
  }
}