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

← Shining Legends
Floatzel

Floatzel

Uncommon #23 Pokémon Stage 1 HP 100
Types
Water
Illustrator
Suwama Chiaki
Expansion
Shining Legends · Sun & Moon
Language
English
TCGplayer
146676

Attacks

Razor Fin 20
Colorless
Aqua Bomb 120
Water · Colorless · Colorless

This Pokémon does 30 damage to itself.

GET /api/v1/pokemon/cards/sm35-23?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm35-23",
    "name": "Floatzel",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/23.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/23.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/23.large.webp"
      }
    ],
    "expansion": {
      "id": "sm35",
      "name": "Shining Legends",
      "total": 81,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SLG",
      "printed_total": 73,
      "release_date": "2017/10/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "146676",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/23.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/23.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/23.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Razor Fin",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Aqua Bomb",
        "text": "This Pokémon does 30 damage to itself.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 0.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.18
        },
        {
          "condition": "LP",
          "price": 0.14
        },
        {
          "condition": "MP",
          "price": 0.07
        },
        {
          "condition": "HP",
          "price": 0.02
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:19:46.877Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.26
      }
    }
  }
}