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

← Fever-Burst Fighter
Samurott

Samurott

Non #17 Pokémon Stage 2 HP 140
Types
Water
Illustrator
Naoyo Kimura
Expansion
Fever-Burst Fighter · XY
Language
Japanese
TCGplayer
603245

Attacks

Ultimate Blade 40
Water · Colorless

If the damage from this attack reduces your opponent's Active Pokémon's HP to 60 or less, that Pokémon is Knocked Out.

Pike 90
Water · Water · Colorless

This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/xy11f_ja-17?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11f_ja-17",
    "name": "Samurott",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/17.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11f_ja",
      "name": "Fever-Burst Fighter",
      "total": 59,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY11",
      "printed_total": 54,
      "release_date": "2016/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11f_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11f_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fever-Burst Fighter"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603245",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ultimate Blade",
        "text": "If the damage from this attack reduces your opponent's Active Pokémon's HP to 60 or less, that Pokémon is Knocked Out.",
        "damage": "40"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Pike",
        "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 3.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.07
        },
        {
          "condition": "MP",
          "price": 0.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-06-04T02:48:18.515Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}